diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2019-01-06 22:36:18 +0100 |
---|---|---|
committer | Michael Weimann <mail@michael-weimann.eu> | 2019-01-06 22:36:18 +0100 |
commit | f54e3c75762756389dc255805deb1ada3c7a9331 (patch) | |
tree | c6afd3f62e79dad0866f9dfe27ae6cae9101d617 /core/css/apps.scss | |
parent | f91802ab4feeb1ada370be9365bb5983e9cf42fa (diff) | |
download | nextcloud-server-f54e3c75762756389dc255805deb1ada3c7a9331.tar.gz nextcloud-server-f54e3c75762756389dc255805deb1ada3c7a9331.zip |
Make the nav bullet transparent selector more specific
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 43055680e28..06d13e384fe 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -393,7 +393,7 @@ kbd { &:before { opacity: 1; } - .app-navigation-entry-bullet { + > .app-navigation-entry-bullet { background: transparent !important; } } |