fix(ui): make select hover feedback immediate (#34121)

Co-authored-by: 𝓛𝓲𝓽𝓽𝓵𝓮 𝓕𝓻𝓪𝓷𝓴 <little-frank@opencord.local>
This commit is contained in:
opencode-agent[bot] 2026-06-27 12:47:32 +08:00 committed by GitHub
parent 8870d36e0f
commit 5a55135d89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,9 +140,6 @@
color: var(--text-strong);
transition:
background-color 0.2s ease-in-out,
color 0.2s ease-in-out;
outline: none;
user-select: none;