Skip to content

Commit a5e5ae8

Browse files
author
Oleg Zinoviev
committed
MAGETWO-35172: 'Change' check boxes are not displayed on Update Attributes page via Mass Action
- QA update
1 parent 02c584e commit a5e5ae8

File tree

2 files changed

+12
-9
lines changed
  • app/design/adminhtml/Magento/backend

2 files changed

+12
-9
lines changed

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

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,18 @@
6363
.field-special_price,
6464
.field-gift_wrapping_price,
6565
.field-msrp,
66+
.field-cost,
6667
.field-gift_wrapping_price {
67-
.addon > input {
68-
padding-left: 23px;
69-
}
70-
.addafter {
71-
> strong {
72-
left: 5px;
73-
position: absolute;
74-
top: 3px;
68+
.control {
69+
.addon > input {
70+
padding-left: 23px;
71+
}
72+
.addafter {
73+
> strong {
74+
left: 5px;
75+
position: absolute;
76+
top: 3px;
77+
}
7578
}
7679
}
7780
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
border-radius: 0 2px 2px 0;
613613
}
614614

615-
.field-price input {
615+
.field-price input[type="text"] {
616616
border-width: 1px 1px 1px 0;
617617
}
618618

0 commit comments

Comments
 (0)