reverted: --- b/core/modules/system/css/components/accessibility.module.css +++ /dev/null @@ -1,7 +0,0 @@ -/** - * Accessibility styling. - */ -.no-animate * { - -webkit-transition: none !important; - transition: none !important; -} reverted: --- b/core/modules/system/system.libraries.yml +++ a/core/modules/system/system.libraries.yml @@ -20,7 +20,6 @@ css/components/sticky-header.module.css: { weight: -10 } css/components/tabledrag.module.css: { weight: -10 } css/components/tree-child.module.css: { weight: -10 } - css/components/accessibility.module.css: { weight: -10 } admin: version: VERSION only in patch2: unchanged: --- a/core/misc/drupal.js +++ b/core/misc/drupal.js @@ -1,6 +1,7 @@ /** * @file - * Defines the Drupal JS API. + * + * Drupal object API. */ /** only in patch2: unchanged: --- a/core/modules/system/css/system.module.css +++ b/core/modules/system/css/system.module.css @@ -4,6 +4,14 @@ */ /** + * Accessibility styling. + */ +.no-animate * { + -webkit-transition: none !important; + transition: none !important; +} + +/** * Autocomplete. * * @see autocomplete.js