fix(theming): do not show the image default background on user theming if disabled

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2023-05-04 12:50:05 +02:00
parent 9ab7a19b09
commit b603a3eac7
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
5 changed files with 7 additions and 7 deletions

View file

@ -329,7 +329,7 @@ export default {
&__default {
background-color: var(--color-primary-default);
background-image: var(--image-background-default);
background-image: var(--image-background-plain, var(--image-background-default));
}
&__filepicker, &__default, &__color {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long