Blue left shadow fix #3288
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
4e91759825
commit
9513e7a14b
|
@ -96,13 +96,12 @@ em {
|
|||
color: #000;
|
||||
opacity: .57;
|
||||
}
|
||||
li:hover > a,
|
||||
li:focus > a,
|
||||
a:focus,
|
||||
> ul > li:hover > a,
|
||||
> ul > li:focus > a,
|
||||
.selected,
|
||||
.selected a,
|
||||
.selected > a,
|
||||
.active,
|
||||
.active a {
|
||||
.active > a {
|
||||
opacity: 1;
|
||||
box-shadow: inset 2px 0 #0082c9;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue