You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The select component has a text-opacity-20 modifier when it is disabled, but due to there being no text-base-content (or similar) on the select element, the opacity modifier has no effect.
Here is the line where text-base-content (or similar) is missing:
Thank you @skayo
for reporting issues. It helps daisyUI a lot 💚
I'll be working on issues one by one. I will help with this one as soon as a I
find a solution.
In the meantime providing more details and reproduction links would be
helpful.
Nekxio
added a commit
to Nekxio/daisyui
that referenced
this issue
Jan 20, 2024
What version of daisyUI are you using?
v4.6.0
Which browsers are you seeing the problem on?
Firefox
Reproduction URL
https://play.tailwindcss.com/EFs2R8UIwp
Describe your issue
The select component has a
text-opacity-20
modifier when it is disabled, but due to there being notext-base-content
(or similar) on the select element, the opacity modifier has no effect.Here is the line where
text-base-content
(or similar) is missing:daisyui/src/components/styled/select.css
Line 70 in 214cc01
The text was updated successfully, but these errors were encountered: