Skip to content

Commit cbcb8c6

Browse files
committed
Fixes a less compilation problem with '.abs-modal-overlay' being used in the lib code while it was being defined in the Magento/backend theme.
1 parent c6427d1 commit cbcb8c6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/design/adminhtml/Magento/backend/web/css/source/components/_modals_extend.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333

3434
//
3535

36+
.modals-overlay {
37+
&:extend(.abs-modal-overlay all);
38+
}
39+
3640
.modal-popup,
3741
.modal-slide {
3842
.action-close {

lib/web/css/source/components/_modals.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@
150150

151151
// Modals overlay
152152
.modals-overlay {
153-
&:extend(.abs-modal-overlay all);
154153
.lib-css(z-index, @overlay__z-index);
155154
}
156155

0 commit comments

Comments
 (0)