Select with appearence: base-select open toggle styling should probably match normal select focus styling #4527
Closed
oliverhaas
started this conversation in
Ideas / feature requests
Replies: 3 comments 1 reply
-
|
sounds good to me, but if you create a PR make it against the 5.6 branch (it has some changes for |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
See #4529 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Will be available in daisyUI 5.6. Thank you @oliverhaas |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using DaisyUI for a while now, but only started using
<select>withappearence: base-selectmore heavily recently.I noticed for some cases that the styling seemed off to me, and in turns out that the focus behavior is different.
For an OS native style option open dropdown, the select toggle is

:focuswhen openwhile for the

appearence: base-selectit is not:focus, both technically and visuallyand I would have expected visually this here

The changes (only visual of course) wouldn't be that big, basically just piggybacking the
:open, which is only active forappearance: base-select<select>elements:I feel that would look better, but might be the only one who feels this way, so I thought I start here in the discussions...
Anyway, great library, and thanks for the great work! 😃
Beta Was this translation helpful? Give feedback.
All reactions