mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix(theming): Remove header icon mask in dark mode high contrast as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
bc328389a4
commit
edbb4e8fa8
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue