Skip to content

Commit 57d0e40

Browse files
joseph.olstadsylus
authored andcommitted
Issue #3199500 by joseph.olstad: Severe Layout Builder regressions in 3.x 4.x
1 parent 28144f4 commit 57d0e40

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source "https://rubygems.org"
22

3-
gem "sass", "~>3.4.0"
3+
gem "sass", "~>3.4.1"
44
gem "compass", "~>1.0"

css/style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ html.js .ajax-new-content:empty {
283283
#edit-initial-page {
284284
margin-bottom: 0px; }
285285
#edit-initial-page .h5 {
286-
font-size: 1em; }
286+
font-size: 1em; }
287287

288288
.webform-confirmation__message {
289289
margin-bottom: 0px; }
@@ -893,3 +893,11 @@ ul.js-facets-checkbox-links {
893893

894894
.display-inline {
895895
display: inline; }
896+
897+
/* Layout Builder */
898+
#drupal-off-canvas *:not(div), #drupal-off-canvas *:not(svg *),
899+
#drupal-off-canvas *:after, #drupal-off-canvas *:before {
900+
all: revert; }
901+
902+
.ui-dialog.ui-dialog-off-canvas {
903+
background: #efefef; }

sass/modules/_wxt.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,14 @@
144144
.display-inline {
145145
display:inline;
146146
}
147+
148+
/* Layout Builder */
149+
150+
#drupal-off-canvas *:not(div), #drupal-off-canvas *:not(svg *),
151+
#drupal-off-canvas *:after, #drupal-off-canvas *:before {
152+
all: revert;
153+
}
154+
155+
.ui-dialog.ui-dialog-off-canvas {
156+
background: #efefef;
157+
}

0 commit comments

Comments
 (0)