File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
code/Magento/Sales/view/adminhtml/templates/order/create/shipping/method
design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 72
72
</dl>
73
73
<a href="#"
74
74
onclick="$('order-shipping-method-info').hide();$('order-shipping-method-choose').show();return false"
75
- class="action-link ">
75
+ class="action-default ">
76
76
<span><?php echo __ ('Click to change shipping method ' ) ?> </span>
77
77
</a>
78
78
</div>
@@ -89,7 +89,7 @@ require(['prototype'], function(){
89
89
</div>
90
90
<?php else : ?>
91
91
<div id="order-shipping-method-summary" class="order-shipping-method-summary">
92
- <a href="#" onclick="order.loadShippingRates();return false" class="action-link ">
92
+ <a href="#" onclick="order.loadShippingRates();return false" class="action-default ">
93
93
<span><?php echo __ ('Get shipping methods and rates ' ) ?> </span>
94
94
</a>
95
95
<input type="hidden" name="order[has_shipping]" value="" class="required-entry" />
Original file line number Diff line number Diff line change 266
266
position : relative ;
267
267
}
268
268
269
+ .action-default {
270
+ .order-shipping-method-summary & ,
271
+ .order-shipping-method & {
272
+ & :extend(.action-tertiary all );
273
+ font-weight : @font-weight__regular ;
274
+ margin-top : @indent__s ;
275
+ padding : 0 ;
276
+ }
277
+ }
278
+
269
279
.order-methods-overlay {
270
280
background : rgba (255 , 255 , 255 , .5 );
271
281
bottom : 0 ;
You can’t perform that action at this time.
0 commit comments