fix(theming): Remove header icon mask in dark mode high contrast as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/54832/head
Joas Schilling 4 months ago
parent bc328389a4
commit edbb4e8fa8
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
  1. 3
      apps/theming/lib/Themes/DarkHighContrastTheme.php

@ -107,6 +107,9 @@ class DarkHighContrastTheme extends DarkTheme implements ITheme {
'--color-box-shadow-rgb' => $colorMainText,
'--color-box-shadow' => $colorMainText,
// remove the gradient from the app icons
'--header-menu-icon-mask' => 'none',
]
);
}

Loading…
Cancel
Save