Blue shadow fix 2
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
9513e7a14b
commit
07cbdbff52
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue