]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(theming): do not show the image default background on user theming if disabled
authorJohn Molakvoæ <skjnldsv@protonmail.com>
Thu, 4 May 2023 10:50:05 +0000 (12:50 +0200)
committerJulius Härtl <jus@bitgrid.net>
Tue, 9 May 2023 10:27:22 +0000 (12:27 +0200)
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
apps/theming/src/components/BackgroundSettings.vue

index b550eca05cf89a3e5634c0a1ea3234450bdde97b..51dcd23b328b901ce6ad5f82b0503eed67bae618 100644 (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 {