Reproduction URL (Required)
https://daisyui.com/components/select/
What version of daisyUI are you using?
v5.5.19
Which browsers are you seeing the problem on?
Chrome
Describe your issue
Originally raised in #4527. This issue is just for a more complete trail per CONTRIBUTING.md. I'll open a PR in a second. Hope it's fine that it isn't assigned to me yet.
For an OS native style option open dropdown, the select toggle is :focus when open

while for the appearence: base-select it is not :focus, both technically and visually

and I would have expected visually this here

Fix could be to piggybag the :open, which is only active for appearance: base-select <select> elements.
Reproduction URL (Required)
https://daisyui.com/components/select/
What version of daisyUI are you using?
v5.5.19
Which browsers are you seeing the problem on?
Chrome
Describe your issue
Originally raised in #4527. This issue is just for a more complete trail per CONTRIBUTING.md. I'll open a PR in a second. Hope it's fine that it isn't assigned to me yet.
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

Fix could be to piggybag the
:open, which is only active forappearance: base-select<select>elements.