Skip to content

Commit 6fc68cb

Browse files
committed
MAGETWO-40021: Specific product tabs are accumulated on switching between product templates
1 parent aa2088f commit 6fc68cb

File tree

2 files changed

+7
-7
lines changed
  • app
    • code/Magento/Catalog/view/adminhtml/web/product
    • design/adminhtml/Magento/backend/Magento_Catalog/web/css/source

2 files changed

+7
-7
lines changed

app/code/Magento/Catalog/view/adminhtml/web/product/product.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,6 @@
280280
position: static;
281281
}
282282

283-
/* Change Attribute Set */
284-
.admin__scope-old #product_info_tabs li.removed,
285-
.admin__scope-old div.removed,
286-
.admin__scope-old .field.removed {
287-
display: none !important;
288-
}
289-
290283
/*
291284
Custom Options
292285
-------------------------------------- */

app/design/adminhtml/Magento/backend/Magento_Catalog/web/css/source/_module.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@
1010
}
1111
}
1212
}
13+
14+
/* Change Attribute Set */
15+
#product_info_tabs li.removed,
16+
div.removed,
17+
.field.removed {
18+
display: none !important;
19+
}

0 commit comments

Comments
 (0)