Merge pull request #6973 from nextcloud/menu-highlight
Add blue bar as highlight to active menu entry
This commit is contained in:
commit
13087da3c6
|
@ -424,6 +424,7 @@ nav {
|
|||
&:active,
|
||||
&.active {
|
||||
opacity: 1;
|
||||
box-shadow: inset 2px 0 $color-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -248,6 +248,8 @@ input {
|
|||
opacity: .75;
|
||||
}
|
||||
&.active {
|
||||
box-shadow: inset 2px 0 $color-primary;
|
||||
|
||||
.menuitem-text {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue