summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 07ff0d9ea54..32b34f2651a 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -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 {