-
I'm trying to change appearance of disabled Select dropdown. Wanted to completely remove borders, set transparent background, set text cursor, and remove icon so it all appears as a pure text. So what I did was:
... but color and cursor get overwritten and WebkitAppearance for the arrow is already set to 'none', I guess the icon is done some in other way. How would you solve this? |
Beta Was this translation helpful? Give feedback.
Answered by
akleiner2
Jul 14, 2021
Replies: 1 comment
-
@psiho Instead of adding these styles in
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
akleiner2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@psiho Instead of adding these styles in
baseStyle
under thedisabled
key, you might want to try something like this: