PERF: disables composer transitions in tests

This commit is contained in:
Joffrey JAFFEUX 2018-04-23 10:23:11 +02:00 committed by GitHub
parent 69c32a2651
commit 7466769b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@
.modal-backdrop {
display: none;
}
#reply-control {
transition-property: none !important;
}