summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGreta Doci <gretadoci@gmail.com>2019-07-19 15:18:26 +0200
committerGreta Doci <gretadoci@gmail.com>2019-07-19 15:18:26 +0200
commit92e0a1ab633baa1b8c086be01d275b2043a46644 (patch)
tree4d81d62ebfa83d3f479de34fa40ddaec077f7d07 /core
parent8e4b5d02f4d9871566e5ef6319e05c98fff095a6 (diff)
downloadnextcloud-server-92e0a1ab633baa1b8c086be01d275b2043a46644.tar.gz
nextcloud-server-92e0a1ab633baa1b8c086be01d275b2043a46644.zip
Add border-top to settings menu when its open
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 9444665e048..fbe79d005d8 100644
--- a/core/css/apps.scss
+++ b/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);