-
Hi, I am wondering how to style the Select component's border. Right now it has a blue border when focused, and a thinner white border when hovering. I would like to remove the border entirely, but this does not appear to be working as I thought it might. Further, I couldn't figure out how to style the background color of an option when it is clicked from the multi drop-down menu, it still has the default light blue colour. Here are my current styles: Any help would be appreciated! Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @lc796,
Example CodeSandbox. See 4th select from top. Stack Overflow guide |
Beta Was this translation helpful? Give feedback.
Hi @lc796,
You can do something like this:
Example CodeSandbox. See 4th select from top.
Stack Overflow guide
Simiar queastion: #3345