Added styling for current list in menu
This commit is contained in:
@ -247,7 +247,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Buttons icons */
|
/* Buttons icons */
|
||||||
.button .icon.is-small{
|
.button .icon.is-small {
|
||||||
margin-right: 0.05rem !important;
|
margin-right: 0.05rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* List active link */
|
||||||
|
.menu-list a.router-link-active{
|
||||||
|
background: darken(#fff, 5%);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user