Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / misc / dialog / off-canvas.theme.css
index ddc165ad2017a35b1caf54542828b29c3aaeb572..ba7759de683f4c6dc483cba773f56b285ac1410d 100644 (file)
@@ -6,7 +6,6 @@
 /* Style the dialog-off-canvas container. */
 .ui-dialog.ui-dialog-off-canvas {
   background: #444;
-  border: 0 solid transparent;
   border-radius: 0;
   box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3333);
   padding: 0;
@@ -14,6 +13,9 @@
   /* Layer the dialog just under the toolbar. */
   z-index: 501;
 }
+.ui-widget.ui-dialog.ui-dialog-off-canvas {
+  border: 1px solid transparent;
+}
 
 /* Style the off-canvas dialog header. */
 .ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar {