Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / outside_in / css / off-canvas.css
diff --git a/web/core/modules/outside_in/css/off-canvas.css b/web/core/modules/outside_in/css/off-canvas.css
deleted file mode 100644 (file)
index 05ab539..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * @file
- * CSS for off-canvas dialog.
- *
- * @todo Move CSS into core dialog library https://www.drupal.org/node/2784443.
- */
-/* Position the off-canvas dialog container outside the right of the viewport. */
-.ui-dialog-off-canvas {
-    box-sizing: border-box;
-    height: 100%;
-    overflow: visible;
-}
-
-/* Wrap the form that's inside the off-canvas dialog. */
-.ui-dialog-off-canvas .ui-dialog-content {
-    padding: 0 20px;
-    /* Prevent horizontal scrollbar. */
-    overflow-x: hidden;
-    overflow-y: auto;
-}
-[dir="rtl"] .ui-dialog-off-canvas .ui-dialog-content {
-    text-align: right;
-}