diff options
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 { |