Fix app nav menu highlight
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
c9995de2db
commit
d8c69df018
1 changed files with 3 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue