diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index c5f0c584f83..ad45e2b0266 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -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; |