Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / outside_in / css / outside_in.motion.css
diff --git a/web/core/modules/outside_in/css/outside_in.motion.css b/web/core/modules/outside_in/css/outside_in.motion.css
deleted file mode 100644 (file)
index 64a2ca2..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/**
- * @file
- * Motion effects for Settings Tray module.
- *
- * Motion effects are in a separate file so that they can be easily turned off
- * to improve performance if desired.
- *
- * @todo Move motion effects file into a core Off-Canvas library and add a
- *   configuration option for browser rendering performance to disable this
- *   file: https://www.drupal.org/node/2784443.
- */
-
-
-/* Transition the edit icon in the toolbar. */
-#toolbar-bar.button.toolbar-icon.toolbar-icon.toolbar-icon-edit:before {
-  -webkit-transition: all .7s ease;
-  -moz-transition: all .7s ease;
-  transition: all .7s ease;
-}
-
-/* Transition the editables on the page, their contextual links and their hover states. */
-.dialog-off-canvas__main-canvas .contextual,
-.dialog-off-canvas__main-canvas .js-outside-in-edit-mode .outside-in-editable,
-.dialog-off-canvas__main-canvas.js-tray-open .js-outside-in-edit-mode .outside-in-editable {
-  -webkit-transition: all .7s ease;
-  -moz-transition: all .7s ease;
-  transition: all .7s ease;
-}