Add blue highlight to active menu entry
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
a82b56b1c7
commit
0aac62096c
2 changed files with 3 additions and 0 deletions
|
@ -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 a new issue