diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-11-22 11:21:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-22 11:21:58 +0100 |
commit | e8df902083f92b07538050057c3414325cf5bf2e (patch) | |
tree | 990c15c0c5ca0c4366a7bb992bbd2732c09a1535 /core | |
parent | 0534bcfb6aef515d3285ae883be2d63e42b6a306 (diff) | |
parent | b8cdc636f7cab3d50af23f457628d7e6f64bef58 (diff) | |
download | nextcloud-server-e8df902083f92b07538050057c3414325cf5bf2e.tar.gz nextcloud-server-e8df902083f92b07538050057c3414325cf5bf2e.zip |
Merge pull request #12580 from nextcloud/app-navigation-menu-dark-fix
Fix navigation more menu background for dark theme
Diffstat (limited to 'core')
-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 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 { |