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
|
@ -424,6 +424,7 @@ nav {
|
||||||
&:active,
|
&:active,
|
||||||
&.active {
|
&.active {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
box-shadow: inset 2px 0 $color-primary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue