diff --git a/core/css/apps.scss b/core/css/apps.scss index 29eecd3967..784d67798a 100644 --- a/core/css/apps.scss +++ b/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;