Blue left shadow fix #3288

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-01-26 20:26:15 +01:00
parent 4e91759825
commit 9513e7a14b
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 4 additions and 5 deletions

View File

@ -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;
}