From bf94acfee79fd0166864d3dae148b67acae3fac7 Mon Sep 17 00:00:00 2001
From: Marius David Wieschollek <git.public@mdns.eu>
Date: Tue, 7 Jan 2020 22:27:20 +0100
Subject: [PATCH] [#18661] Always include custom login image in theming

Signed-off-by: Marius David Wieschollek <git.public@mdns.eu>
---
 apps/theming/css/theming.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index 3b2b6ee7ae5..0e9b922b277 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -12,7 +12,7 @@
 }
 
 @mixin faded-background-image {
-	@if ($color-primary == #0082C9) {
+	@if ($color-primary == #0082C9) or ($has-custom-background == true) {
 		background-image: $image-login-background, linear-gradient(40deg, $color-primary 0%, lighten($color-primary, 20%) 100%);
 
 		@if($has-custom-background == true) {
-- 
GitLab