File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 152
152
}
153
153
}
154
154
155
+ & :before {
156
+ & :extend(.pagebuilder-icon all );
157
+ -moz-transition : opacity 200ms , top 200ms , visibility 200ms ;
158
+ -o-transition : opacity 200ms , top 200ms , visibility 200ms ;
159
+ -webkit-transition : opacity 200ms , top 200ms , visibility 200ms ;
160
+ align-items : center ;
161
+ background : rgba (238 , 238 , 238 , .7 );
162
+ color : @color-gray65 ;
163
+ content : @icon-pagebuilder-hide__content ;
164
+ display : flex ;
165
+ font-size : 3.5em ;
166
+ height : 100% ;
167
+ justify-content : center ;
168
+ left : 0 ;
169
+ line-height : 0 ;
170
+ opacity : 0 ;
171
+ position : absolute ;
172
+ text-shadow : 0 0 25px rgba (238 , 238 , 238 , .7 );
173
+ top : 0 ;
174
+ transition : opacity 200ms , top 200ms , visibility 200ms ;
175
+ visibility : hidden ;
176
+ width : 100% ;
177
+ z-index : 15 ;
178
+ }
155
179
}
156
180
157
181
.no-user-select {
560
584
}
561
585
}
562
586
}
587
+
588
+ .pagebuilder-content-type-hidden {
589
+ .pagebuilder-system-border-hover {
590
+ z-index : 10 ;
591
+ }
592
+ .pagebuilder-display-label {
593
+ z-index : 12 ;
594
+ }
595
+ > .pagebuilder-content-type :before {
596
+ opacity : 1 ;
597
+ visibility : visible ;
598
+ }
599
+ .pagebuilder-drop-indicator ,
600
+ .pagebuilder-content-type.type-container.empty-container > .content-type-container :before {
601
+ opacity : 0 !important ;
602
+ visibility : hidden !important ;
603
+ }
604
+ }
You can’t perform that action at this time.
0 commit comments