diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-01-07 11:10:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 11:10:41 +0100 |
commit | 8f4e6fcea1cc8956f1b172d68c58c556b11b78f0 (patch) | |
tree | 9e5612d71c1d6a991b98b1d37660a5015cb385d8 | |
parent | 8b0f5e02c7789fb5fc25eb4d104a8e767e71853a (diff) | |
parent | f54e3c75762756389dc255805deb1ada3c7a9331 (diff) | |
download | nextcloud-server-8f4e6fcea1cc8956f1b172d68c58c556b11b78f0.tar.gz nextcloud-server-8f4e6fcea1cc8956f1b172d68c58c556b11b78f0.zip |
Merge pull request #13398 from nextcloud/improve-nav-bullet-collapse-hover
Fix/improve collapsible nav bullet hover
-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; } } |