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:
commit
ab9207827b
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue