Answer the question
In order to leave comments, you need to log in
React Select how to change hover styles?
I have a library for react React-Select . When you hover over the select, it is tinted with gray i.e. hover is gray, how can i put blue on hover?
Answer the question
In order to leave comments, you need to log in
There is the following structure:
<div class="basic-single css-b62m3t-container">
<div class="select__control css-1s2u09g-control">
// ......
</div>
</div>
.select__control:hover {
border-color: blue;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question