Fix app nav menu highlight

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-07-11 10:41:09 +02:00
parent c9995de2db
commit d8c69df018
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 3 additions and 10 deletions

View File

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