Merge pull request #16470 from nextcloud/bugfix/noid/settings-menu-border-top_new

Add border-top to settings menu when its open
This commit is contained in:
Morris Jobke 2019-07-20 11:30:43 +02:00 committed by GitHub
commit efaa0e4d47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);