From b8cdc636f7cab3d50af23f457628d7e6f64bef58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 22 Nov 2018 10:04:50 +0100 Subject: [PATCH] Fix navigation more menu background for dark theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 07ff0d9ea5..32b34f2651 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 {