Issue #3082602 by bnjmnm, Kristen Pol, longwave, catch: Remove transform rule from css_disable_transitions_test
parent
ea68bcd6b6
commit
5031d6656a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue