Skip to content

Commit c54e2dd

Browse files
author
Stanislav Idolov
authored
ENGCOM-1702: [Forwardport] Moved css from media #TODO #15536
2 parents d849f99 + e3b4bf8 commit c54e2dd

File tree

1 file changed

+7
-8
lines changed
  • app/design/frontend/Magento/luma/Magento_Theme/web/css/source

1 file changed

+7
-8
lines changed

app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,16 @@
6262
// Common
6363
// _____________________________________________
6464

65-
& when (@media-common = true) {
66-
body {
65+
.page-wrapper {
66+
.ie9 & {
6767
.lib-css(background-color, @page__background-color);
68+
min-height: 0;
6869
}
70+
}
6971

70-
// ToDo UI: move it directly to .page-wrapper (now it doesn't appear in mediaquery cuz of size of css)
71-
.page-wrapper {
72-
.ie9 & {
73-
.lib-css(background-color, @page__background-color);
74-
min-height: 0;
75-
}
72+
& when (@media-common = true) {
73+
body {
74+
.lib-css(background-color, @page__background-color);
7675
}
7776

7877
//

0 commit comments

Comments
 (0)