diff options
author | Joas Schilling <coding@schilljs.com> | 2022-07-13 12:09:36 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-07-13 12:09:36 +0200 |
commit | df74c7a337696dfbe9370032e4a7e984948fe3a8 (patch) | |
tree | 789a32b23c7622b0247f1b6000d3867cb741ed41 /core/css/apps.scss | |
parent | 62fad0972dcf7576bb5da5b392b16b2cbe721e24 (diff) | |
download | nextcloud-server-df74c7a337696dfbe9370032e4a7e984948fe3a8.tar.gz nextcloud-server-df74c7a337696dfbe9370032e4a7e984948fe3a8.zip |
Fix settings icon color
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index f204074cb41..7deb1d21bab 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -767,7 +767,7 @@ $min-content-width: variables.$breakpoint-mobile - variables.$navigation-width - background-color: var(--color-background-hover); } - &::before { + &::before { background-image: var(--icon-settings-dark); background-position: 14px center; background-repeat: no-repeat; @@ -777,7 +777,6 @@ $min-content-width: variables.$breakpoint-mobile - variables.$navigation-width - top: 0; left: 0; display: block; - filter: var(--background-invert-if-dark); } &:focus-visible { |