Browse Source
Fix app nav menu highlight
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/10176/head
John Molakvoæ (skjnldsv)
8 years ago
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with
3 additions and
10 deletions
-
core/css/apps.scss
|
|
|
@ -144,10 +144,10 @@ kbd { |
|
|
|
padding-left: 38px !important; |
|
|
|
} |
|
|
|
|
|
|
|
&:hover, |
|
|
|
&:focus, |
|
|
|
&:active, |
|
|
|
&.active, |
|
|
|
a:hover, |
|
|
|
a:focus, |
|
|
|
a:active, |
|
|
|
a.selected { |
|
|
|
&, |
|
|
|
> a { |
|
|
|
@ -156,13 +156,6 @@ kbd { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/* a instead of li is focused by keyboards */ |
|
|
|
a:focus, |
|
|
|
a:active { |
|
|
|
opacity: 1; |
|
|
|
box-shadow: inset 4px 0 var(--color-primary); |
|
|
|
} |
|
|
|
|
|
|
|
/* align loader */ |
|
|
|
&.icon-loading-small:after { |
|
|
|
left: 22px; |
|
|
|
|