yaminncco / vue-sidebar-menu

A Vue.js Sidebar Menu Component
MIT License
658 stars 193 forks source link

change item hover color #262

Closed okeowosv closed 1 year ago

okeowosv commented 1 year ago

I would like to change the item hover color to blend with my brand, thanks

Xnapper-2023-09-06-10 06 54 AM
yaminncco commented 1 year ago

With CSS:

.v-sidebar-menu .vsm--mobile-bg {
  background-color: red;
}
.v-sidebar-menu.vsm_collapsed .vsm--link_level-1.vsm--link_hover .vsm--icon {
  background-color: red;
}