-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix select styles #3854
Fix select styles #3854
Conversation
Signed-off-by: Christopher Ng <chrng8@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we use !important
in all places? I can for possible other solution
Ideally, we should not use it at all. I know it's sometimes necessary, or rather easier, but I would prefer to limit its usage to the places where we have issues. |
We could be using a scoped styling with vdeep. It should have a higher selector level? |
I agree |
Ensure that the styles are always applied correctly