mirror of
https://github.com/wekan/wekan.git
synced 2026-02-05 08:01:49 +01:00
Avoid further UI flickering on load and show/hide OR in login screen if more than one is active
Fixes #5028
This commit is contained in:
parent
d17d12e719
commit
1271409989
3 changed files with 23 additions and 14 deletions
|
|
@ -564,6 +564,9 @@ a:not(.disabled).is-active i.fa {
|
|||
text-decoration: underline;
|
||||
text-decoration-color: #17683a;
|
||||
}
|
||||
.at-pwd-form, .at-sep, .at-oauth {
|
||||
display: none;
|
||||
}
|
||||
@-moz-keyframes fadeIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
|
|
@ -636,7 +639,3 @@ a:not(.disabled).is-active i.fa {
|
|||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.at-pwd-form {
|
||||
display: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue