Issue #3082602 by bnjmnm, Kristen Pol, longwave, catch: Remove transform rule from css_disable_transitions_test

merge-requests/64/head
Lauri Eskola 2020-05-07 17:35:04 +03:00
parent ea68bcd6b6
commit 5031d6656a
No known key found for this signature in database
GPG Key ID: 37E6EF00B7EEF188
1 changed files with 0 additions and 6 deletions

View File

@ -13,12 +13,6 @@
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/* CSS transforms. */
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
/* CSS animations. */
-webkit-animation: none !important;
-moz-animation: none !important;