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