diff --git a/apps/theming/lib/Themes/DarkHighContrastTheme.php b/apps/theming/lib/Themes/DarkHighContrastTheme.php index afa324d2eca..27794d56d89 100644 --- a/apps/theming/lib/Themes/DarkHighContrastTheme.php +++ b/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', ] ); }