Skip to content

Commit 62f4ef2

Browse files
committed
#557: User access Row action panel with 2+ level nesting - Added new styles for Row affordance
1 parent 4ab403d commit 62f4ef2

File tree

1 file changed

+10
-0
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type

1 file changed

+10
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/_preview.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@
192192
box-shadow: 0 0 0 1px rgba(197, 197, 197, 0.34); //#ebebeb
193193
padding: 0;
194194

195+
&:before {
196+
display: none;
197+
}
198+
195199
> .pagebuilder-content-type.type-container.pagebuilder-row {
196200
box-shadow: none;
197201
}
@@ -203,6 +207,12 @@
203207
padding: 1px 0 0;
204208
transform: translate(-50%, -15px);
205209
}
210+
211+
&.pagebuilder-content-type-hidden {
212+
> .pagebuilder-display-label {
213+
z-index: initial;
214+
}
215+
}
206216
}
207217

208218
.no-user-select {

0 commit comments

Comments
 (0)