Blue shadow fix 2

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

View File

@ -60,6 +60,18 @@ em {
width: inherit;
overflow: auto;
box-sizing: border-box;
> li {
&:focus,
&:hover,
&.active,
a.selected {
&,
> a {
opacity: 1;
box-shadow: inset 2px 0 #0082c9;
}
}
}
}
li {
position: relative;
@ -96,15 +108,6 @@ em {
color: #000;
opacity: .57;
}
> ul > li:hover > a,
> ul > li:focus > a,
.selected,
.selected > a,
.active,
.active > a {
opacity: 1;
box-shadow: inset 2px 0 #0082c9;
}
li > a:first-child img {
margin-bottom: -3px;
margin-right: 11px;