Apply Focus Effect to SelectCurrent Border #5636
-
Beta Was this translation helpful? Give feedback.
Answered by
TomJGooding
Mar 11, 2025
Replies: 1 comment
-
I think the problem is that its actually the Select:focus > SelectCurrent {
border: tall $border;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Walterhart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the problem is that its actually the
Select
widget that recieves focus, so you just need to change your CSS to something like: