yaminncco / vue-sidebar-menu

A Vue.js Sidebar Menu Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change item hover color

okeowosv opened this issue · comments

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

Xnapper-2023-09-06-10 06 54 AM

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;
}