Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / outside_in / css / outside_in.module.css
diff --git a/web/core/modules/outside_in/css/outside_in.module.css b/web/core/modules/outside_in/css/outside_in.module.css
deleted file mode 100644 (file)
index 9d90bf2..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * @file
- * Styling for Settings Tray module.
- */
-/*
- * Position the edit toolbar tab.
- * @todo Move changes into contextual module when Settings Tray is not
- *   experimental: https://www.drupal.org/node/2784591.
- */
-.toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab {
-  float: left;
-}
-[dir="rtl"] .toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab {
-  float: right;
-}
-
-#main-canvas.js-outside-in-edit-mode a,
-#main-canvas.js-outside-in-edit-mode input {
-  pointer-events: none;
-}
-#main-canvas.js-outside-in-edit-mode .contextual-links a {
-  pointer-events: inherit;
-}
-
-/*
- * Force the tray to be 100% width at the same breakpoint the dialog system uses
- * to expand dialog widths.
- */
-@media all and (max-width: 48em) { /* 768px */
-  .ui-dialog.ui-dialog-off-canvas {
-    width: 100% !important;
-  }
-  /* When tray is at 100% width stop the body from scrolling */
-  .js-tray-open {
-    height: 100%;
-    overflow-y: hidden;
-  }
-}