Skip to content

Commit 300128d

Browse files
ENGCOM-8112: removed redundant and clean code less #29856
2 parents af7088f + 76a561c commit 300128d

File tree

1 file changed

+2
-7
lines changed
  • app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source/module/components

1 file changed

+2
-7
lines changed

app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source/module/components/_currency-addon.less

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,10 @@
1818
// _____________________________________________
1919

2020
.currency-addon {
21+
.lib-vendor-prefix-display(inline-flex);
2122
border: 1px solid rgb(173,173,173);
22-
position: relative;
23-
display: -webkit-inline-flex;
24-
display: -ms-inline-flexbox;
25-
display: inline-flex;
26-
-webkit-flex-direction: row;
27-
-ms-flex-direction: row;
28-
flex-direction: row;
2923
flex-flow: row nowrap;
24+
position: relative;
3025
width: 100%;
3126

3227
.admin__control-text {

0 commit comments

Comments
 (0)