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 {
opacity: 1;
box-shadow: inset 2px 0 $color-primary;
}
}
}

View file

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