Skip to content

Commit 2c0f312

Browse files
Merge pull request #54832 from nextcloud/bugfix/noid/dark-contrast-appicon
2 parents bc32838 + edbb4e8 commit 2c0f312

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)