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

merge-requests/2419/head
catch 2020-04-15 15:10:26 +01:00
parent 4d47c66559
commit 4994ca42d1
5 changed files with 0 additions and 42 deletions

View File

@ -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}
*/

View File

@ -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}
*/

View File

@ -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}
*/

View File

@ -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}
*/

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;