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

Add border-top to settings menu when its open
pull/16479/head
Morris Jobke 7 years ago committed by GitHub
commit efaa0e4d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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);

Loading…
Cancel
Save