diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 9444665e048..fbe79d005d8 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -736,7 +736,8 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width; border-top: solid 1px var(--color-border); } &:hover, - &:focus { + &:focus, + &.opened { background-color: var(--color-main-background); opacity: 1; box-shadow: inset 4px 0 var(--color-primary); |