Issue #3082602 by bnjmnm, longwave: Remove transform rule from css_disable_transitions_test
parent
4d47c66559
commit
4994ca42d1
|
@ -34,15 +34,6 @@ class QuickEditImageTest extends QuickEditJavascriptTestBase {
|
|||
*/
|
||||
protected $contentAuthorUser;
|
||||
|
||||
/**
|
||||
* CSS animations must be enabled for PopperJS positioning to work properly.
|
||||
*
|
||||
* @var bool
|
||||
*
|
||||
* @todo revisit in http://drupal.org/node/3082602
|
||||
*/
|
||||
protected $disableCssAnimations = FALSE;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
|
|
@ -28,15 +28,6 @@ class QuickEditFileTest extends QuickEditJavascriptTestBase {
|
|||
*/
|
||||
protected $defaultTheme = 'stark';
|
||||
|
||||
/**
|
||||
* CSS animations must be enabled for PopperJS positioning to work properly.
|
||||
*
|
||||
* @var bool
|
||||
*
|
||||
* @todo revisit in http://drupal.org/node/3082602
|
||||
*/
|
||||
protected $disableCssAnimations = FALSE;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
|
|
@ -43,15 +43,6 @@ class QuickEditIntegrationTest extends QuickEditJavascriptTestBase {
|
|||
*/
|
||||
protected $contentAuthorUser;
|
||||
|
||||
/**
|
||||
* CSS animations must be enabled for PopperJS positioning to work properly.
|
||||
*
|
||||
* @var bool
|
||||
*
|
||||
* @todo revisit in http://drupal.org/node/3082602
|
||||
*/
|
||||
protected $disableCssAnimations = FALSE;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
|
|
@ -67,15 +67,6 @@ class QuickEditLoadingTest extends WebDriverTestBase {
|
|||
*/
|
||||
protected $editorUser;
|
||||
|
||||
/**
|
||||
* CSS animations must be enabled for PopperJS positioning to work properly.
|
||||
*
|
||||
* @var bool
|
||||
*
|
||||
* @todo revisit in http://drupal.org/node/3082602
|
||||
*/
|
||||
protected $disableCssAnimations = FALSE;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
|
|
@ -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