Merge pull request #16420 from nextcloud/bugfix/noid/settings-menu-border-top

Add border-top to settings menu when its open ref #16076
This commit is contained in:
Morris Jobke 2019-07-18 18:04:44 +02:00 committed by GitHub
commit ab9207827b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);