Skip to content

Commit

Permalink
Fixes a less compilation problem with '.abs-modal-overlay' being used…
Browse files Browse the repository at this point in the history
… in the lib code while it was being defined in the Magento/backend theme.

(cherry picked from commit 9340950)
  • Loading branch information
hostep committed Aug 3, 2019
1 parent 9152b81 commit 820fd79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@

//

.modals-overlay {
&:extend(.abs-modal-overlay all);
}

.modal-popup,
.modal-slide {
.action-close {
Expand Down
1 change: 0 additions & 1 deletion lib/web/css/source/components/_modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@

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

Expand Down

0 comments on commit 820fd79

Please sign in to comment.