vue-multiselect icon indicating copy to clipboard operation
vue-multiselect copied to clipboard

How to update the hover background color of the multi-select?

Open romain130492 opened this issue 2 years ago • 1 comments

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

romain130492 avatar Jan 11 '22 07:01 romain130492

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

lehoaibaokg avatar Mar 04 '22 09:03 lehoaibaokg

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.

mattelen avatar Aug 19 '22 15:08 mattelen