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

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/38063/head
John Molakvoæ 3 years ago
parent 9ab7a19b09
commit b603a3eac7
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
  1. 2
      apps/theming/src/components/BackgroundSettings.vue
  2. 4
      dist/theming-admin-theming.js
  3. 2
      dist/theming-admin-theming.js.map
  4. 4
      dist/theming-personal-theming.js
  5. 2
      dist/theming-personal-theming.js.map

@ -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
Loading…
Cancel
Save