Add border-top to settings menu when its open ref #16076

Signed-off-by: Greta Doci <gretadoci@gmail.com>
This commit is contained in:
Greta Doci 2019-07-16 13:45:38 +02:00
parent c193c0d466
commit 8e4b5d02f4
1 changed files with 4 additions and 2 deletions

View File

@ -711,7 +711,7 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width;
} }
.settings-button { #app-settings-header .settings-button {
display: block; display: block;
height: 44px; height: 44px;
width: 100%; width: 100%;
@ -732,7 +732,9 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width;
color: var(--color-main-text); color: var(--color-main-text);
opacity: .57; opacity: .57;
&.opened, &.opened {
border-top: solid 1px var(--color-border);
}
&:hover, &:hover,
&:focus { &:focus {
background-color: var(--color-main-background); background-color: var(--color-main-background);