open-vault/ui/app/styles/core/menu.scss

12 lines
246 B
SCSS
Raw Normal View History

2018-05-24 17:12:06 +00:00
.column .menu-list a {
2018-04-03 14:16:57 +00:00
border-radius: 0;
border-right: 0 solid transparent;
font-weight: $font-weight-semibold;
&:hover,
&.is-active {
2018-05-24 17:12:06 +00:00
color: $menu-item-active-color;
background-color: $menu-item-active-background-color;
2018-04-03 14:16:57 +00:00
}
}