Skip to content

Commit 8c6fb70

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-45058: [IE9] impossible to create attribute in configurable product
1 parent dd8c562 commit 8c6fb70

File tree

1 file changed

+10
-0
lines changed
  • app/design/adminhtml/Magento/backend/web/css/source/components

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,16 @@
429429
}
430430
}
431431

432+
.ie9 {
433+
.catalog-product-attribute-edit {
434+
&.attribute-popup {
435+
.menu-wrapper {
436+
display: none;
437+
}
438+
}
439+
}
440+
}
441+
432442
//
433443
// Prototype popup window
434444
// _____________________________________________

0 commit comments

Comments
 (0)