]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add border-top to settings menu when its open ref #16076 16420/head
authorGreta Doci <gretadoci@gmail.com>
Tue, 16 Jul 2019 11:45:38 +0000 (13:45 +0200)
committerGreta Doci <gretadoci@gmail.com>
Wed, 17 Jul 2019 13:58:03 +0000 (15:58 +0200)
Signed-off-by: Greta Doci <gretadoci@gmail.com>
core/css/apps.scss

index ea0bfaa3c7d7700e15e2008f985260fbdafa8f58..9444665e04876f53239116c5e0d17f84ef916686 100644 (file)
@@ -711,7 +711,7 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width;
 }
 
 
-.settings-button {
+#app-settings-header .settings-button {
        display: block;
        height: 44px;
        width: 100%;
@@ -732,7 +732,9 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width;
        color: var(--color-main-text);
        opacity: .57;
 
-       &.opened,
+       &.opened {
+               border-top: solid 1px var(--color-border);
+       }
        &:hover,
        &:focus {
                background-color: var(--color-main-background);