File tree Expand file tree Collapse file tree 3 files changed +19
-9
lines changed
design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module Expand file tree Collapse file tree 3 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 101
101
class="admin__control-checkbox"
102
102
name="sidebar[<?php echo $ block ->getSidebarStorageAction () ?> ][<?php echo $ block ->getIdentifierId ($ _item ) ?> ]"
103
103
value="<?php echo $ block ->canDisplayItemQty () ? $ _item ->getQty ()*1 : 1 ?> "
104
- title="<?php echo $ block ->escapeHtml (__ ('Add to Order ' )); ?> ""/>
104
+ title="<?php echo $ block ->escapeHtml (__ ('Add To Order ' )); ?> ""/>
105
105
<label class="admin__field-label"></label>
106
106
<?php endif ; ?>
107
107
</div>
Original file line number Diff line number Diff line change 10
10
@order-create-table__border-color : @table-td__border-color ;
11
11
@order-create-sku__background : @admin__page-nav__background-color ;
12
12
@order-create-sku__padding : @indent__base ;
13
+ @order-create-sku-table__border-color : @color-white ;
13
14
14
15
//
15
16
91
92
// Add by SKU
92
93
// ---------------------------------------------
93
94
94
- .add-by-sku {
95
- background : @order-create-sku__background ;
96
- clear : both ;
97
- padding : @order-create-sku__padding ;
98
-
95
+ .add-by-sku-wrapper {
96
+ .add-by-sku {
97
+ background : @order-create-sku__background ;
98
+ clear : both ;
99
+ margin : 0 0 @indent__base ;
100
+ padding : @order-create-sku__padding ;
101
+ }
99
102
.table-info {
100
103
color : @order-create-sidebar__color ;
101
104
}
102
-
103
105
.admin__field-note {
104
106
margin : 1.4rem 0 ;
105
107
}
109
111
}
110
112
th ,
111
113
td {
114
+ border-bottom-color : @order-create-sku-table__border-color ;
112
115
& :first-child {
113
116
padding-left : 0 ;
114
117
}
137
140
}
138
141
}
139
142
.action-reset {
140
- padding-top : 0 ;
141
143
margin-top : -.4rem ;
144
+ opacity : .5 ;
145
+ padding-top : 0 ;
146
+ & :after {
147
+ content : @order-create-icon-reset__content ;
148
+ }
149
+ & :hover {
150
+ opacity : 1 ;
151
+ }
142
152
}
143
-
144
153
.col-qty {
145
154
.admin__control-text {
146
155
& :extend(.abs-control-qty all );
Original file line number Diff line number Diff line change 14
14
@order-create-icon-add__content : @icon-arrow-right__content ;
15
15
@order-create-icon-configure__content : @icon-systems__content ;
16
16
@order-create-icon-remove__content : @icon-delete__content ;
17
+ @order-create-icon-reset__content : @icon-remove-small__content ;
17
18
@order-create-icon-refresh__content : @icon-refresh__content ;
18
19
@order-create-icon-plus__content : @icon-plus__content ;
19
20
@order-create-icon-plus__hover__color : @color-very-dark-gray-black2 ;
You can’t perform that action at this time.
0 commit comments