mirror of
https://github.com/nextcloud/server.git
synced 2026-03-07 16:01:08 -05:00
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:
commit
efaa0e4d47
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue