Added styling for current list in menu
This commit is contained in:
@ -250,4 +250,9 @@
|
|||||||
.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