]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix navigation more menu background for dark theme 12580/head
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Thu, 22 Nov 2018 09:04:50 +0000 (10:04 +0100)
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Thu, 22 Nov 2018 09:04:50 +0000 (10:04 +0100)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
core/css/apps.scss

index 07ff0d9ea54d180ac0cd77b2ead33b291476b797..32b34f2651a3e4a0b849476140f92b051cfca256 100644 (file)
@@ -445,7 +445,7 @@ kbd {
                .app-navigation-entry-utils-menu-button {
                        /* Prevent bg img override if an icon class is set */
                        button:not([class^='icon-']):not([class*=' icon-']) {
-                               background-image: url('../img/actions/more.svg?v=1');
+                               @include icon-color('more', 'actions', $color-black, 1, true);
                        }
                        &:hover button,
                        &:focus button {