Added styling for current list in menu
This commit is contained in:
parent
74eb92cb53
commit
fdd414d76b
1 changed files with 6 additions and 1 deletions
|
@ -250,4 +250,9 @@
|
|||
.button .icon.is-small {
|
||||
margin-right: 0.05rem !important;
|
||||
}
|
||||
|
||||
/* List active link */
|
||||
.menu-list a.router-link-active{
|
||||
background: darken(#fff, 5%);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue