Skip to content

Commit 954be57

Browse files
committed
MAGETWO-34984: Invert new admin styles scope
1 parent f42b305 commit 954be57

File tree

2 files changed

+8
-2
lines changed
  • app/design/adminhtml/Magento/backend

2 files changed

+8
-2
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/layout/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<css src="css/styles.css"/>
1616
</head>
1717
<body>
18-
<referenceContainer name="admin.scope.col.wrap" htmlClass="" /> <!-- ToDo UI: remove this wrapper remove with old styles removal -->
18+
<referenceContainer name="admin.scope.col.wrap" htmlClass="admin__old" /> <!-- ToDo UI: remove this wrapper with old styles removal. The class name "admin__old" is for tests only, we shouldn't use it in any way -->
1919
</body>
2020
</page>

app/design/adminhtml/Magento/backend/Magento_Tax/web/css/source/module.less

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@
33
// * See COPYING.txt for license details.
44
// */
55

6-
.action-add.mselect-button-add {
6+
.block-footer .action-add {
77
&:extend(.admin__scope-old button all);
88
}
99

10+
.mselect-items-wrapper {
11+
button {
12+
.button-reset();
13+
}
14+
}
15+
1016
.block.mselect-list {
1117
.mselect-input {
1218
width: 100%;

0 commit comments

Comments
 (0)