Skip to content

Commit

Permalink
Fix white screen after login
Browse files Browse the repository at this point in the history
Add a nop-animation to .box-background-elements-fadeout in order to
trigger the correct redirect.

311886
  • Loading branch information
fschinkel committed Jan 28, 2022
1 parent 43e89a4 commit 7fc5b48
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion eclipse-scout-core/src/login/LoginBox.less
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2021 BSI Business Systems Integration AG.
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
Expand Down Expand Up @@ -84,3 +84,10 @@
height: 18px;
vertical-align: middle;
}

.login-body,
.logout-body {
& > .box-background-elements.box-background-elements-fadeout {
#scout.animation(nop 0.05s);
}
}

0 comments on commit 7fc5b48

Please sign in to comment.