0
0
Fork 0

Remove fade-in animation from modals in web UI (#15199)

This commit is contained in:
Eugen Rochko 2020-11-21 23:54:36 +01:00 committed by GitHub
parent f970e1fab6
commit 272566043a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 16 deletions

View file

@ -4439,8 +4439,6 @@ a.status-card.compact:hover {
.modal-root {
position: relative;
transition: opacity 0.3s linear;
will-change: opacity;
z-index: 9999;
}