Skip to content

Commit edbb4e8

Browse files
committed
fix(theming): Remove header icon mask in dark mode high contrast as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent bc32838 commit edbb4e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/theming/lib/Themes/DarkHighContrastTheme.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ public function getCSSVariables(): array {
107107

108108
'--color-box-shadow-rgb' => $colorMainText,
109109
'--color-box-shadow' => $colorMainText,
110+
111+
// remove the gradient from the app icons
112+
'--header-menu-icon-mask' => 'none',
110113
]
111114
);
112115
}

0 commit comments

Comments
 (0)