Skip to content

Commit 7fa9c7b

Browse files
author
Evgeniy Kolesov
committed
MAGETWO-34984: Invert new admin styles scope
1 parent d0edc21 commit 7fa9c7b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/layout/catalog_category_edit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</head>
1212
<update handle="editor"/>
1313
<body>
14+
<referenceContainer name="left" htmlClass="admin__scope-old" htmlTag="div" />
1415
<referenceContainer name="page.main.actions">
1516
<block class="Magento\Backend\Block\Store\Switcher" name="category.store.switcher" template="Magento_Backend::store/switcher.phtml">
1617
<!--<arguments>-->

app/design/adminhtml/Magento/backend/web/css/styles-old.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1730,6 +1730,7 @@
17301730

17311731
.ui-tabs {
17321732
clear: both;
1733+
margin-bottom: 0;
17331734
}
17341735
.tabs-horiz {
17351736
list-style: none;
@@ -5807,7 +5808,8 @@
58075808
}
58085809

58095810
// Product tabs
5810-
.ui-tabs-panel {
5811+
#product-edit-form-tabs .ui-tabs-panel {
5812+
border-top-width: 0;
58115813
.main-col & {
58125814
padding-left: 0;
58135815
padding-right: 0;

0 commit comments

Comments
 (0)