From 8e4b5d02f4d9871566e5ef6319e05c98fff095a6 Mon Sep 17 00:00:00 2001 From: Greta Doci Date: Tue, 16 Jul 2019 13:45:38 +0200 Subject: [PATCH] Add border-top to settings menu when its open ref #16076 Signed-off-by: Greta Doci --- core/css/apps.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index ea0bfaa3c7..9444665e04 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -711,7 +711,7 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width; } -.settings-button { +#app-settings-header .settings-button { display: block; height: 44px; width: 100%; @@ -732,7 +732,9 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width; color: var(--color-main-text); opacity: .57; - &.opened, + &.opened { + border-top: solid 1px var(--color-border); + } &:hover, &:focus { background-color: var(--color-main-background);