Disable background blur on highcontrast

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2022-09-23 15:01:38 +02:00 committed by backportbot-nextcloud[bot]
parent 019e85d92c
commit 5ee61a5fc6

View file

@ -63,6 +63,9 @@ class DarkHighContrastTheme extends DarkTheme implements ITheme {
$variables['--color-background-dark'] = $this->util->lighten($colorMainBackground, 30);
$variables['--color-background-darker'] = $this->util->lighten($colorMainBackground, 30);
$variables['--color-main-background-blur'] = $colorMainBackground;
$variables['--filter-background-blur'] = 'none';
$variables['--color-placeholder-light'] = $this->util->lighten($colorMainBackground, 30);
$variables['--color-placeholder-dark'] = $this->util->lighten($colorMainBackground, 45);