Merge pull request #18726 from marius-wieschollek/bugfix/18661

[#18661] Always include custom login image in theming
This commit is contained in:
Roeland Jago Douma 2020-01-08 19:38:40 +01:00 committed by GitHub
commit 36b5bb583a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {