vue-multiselect
vue-multiselect copied to clipboard
How to update the hover background color of the multi-select?
Just wondering, How to update the hover background color of the multi-select? i dont see any props? thanks
Reproduction Link
Steps to reproduce
Expected behaviour
Actual behaviour
You can do it through custom CSS style. Just update the background color for each class below:
.multiselect__option--highlight the background color for the hovered option
.multiselect__option--highlight:after the background color for the selectLabel prop value beside the hovered option value
Hi @romain130492. Like what @lehoaibaokg has mentioned, you can create your own CSS queries to customise the design of the multiselect based off the classes of the component. Hope that helps.