Add blue highlight to active menu entry

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-10-19 22:14:17 +02:00
parent a82b56b1c7
commit 0aac62096c
2 changed files with 3 additions and 0 deletions

View File

@ -424,6 +424,7 @@ nav {
&:active, &:active,
&.active { &.active {
opacity: 1; opacity: 1;
box-shadow: inset 2px 0 $color-primary;
} }
} }
} }

View File

@ -248,6 +248,8 @@ input {
opacity: .75; opacity: .75;
} }
&.active { &.active {
box-shadow: inset 2px 0 $color-primary;
.menuitem-text { .menuitem-text {
font-weight: 600; font-weight: 600;
} }