Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-18 18:42:30 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-21 16:02:20 +0300
commit0a7e34f6c8c6e74bddfae7b6b3fd918a96c90695 (patch)
tree67431dfc89a92831f709815b0906d634d2b7b2fc /core/css
parentfa44300016424d5f2994bd37d13184fe13b700e2 (diff)
Popovermenu migration
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/apps.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index d524dd94bb7..b294d8c3fee 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -998,6 +998,11 @@ $popovericon-size: 16px;
}
}
}
+
+ &.hidden {
+ display: none;
+ }
+
/* css hack, only first not hidden*/
&:not(.hidden):not([style*='display:none']) {
&:first-of-type {