File tree 1 file changed +38
-7
lines changed
app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source/module/components 1 file changed +38
-7
lines changed Original file line number Diff line number Diff line change 19
19
20
20
.currency-addon {
21
21
position : relative ;
22
+ border : 1px solid #adadad ;
23
+ display : -webkit-inline-flex ;
24
+ display : -ms-inline-flexbox ;
25
+ -webkit-flex-direction : row ;
26
+ -ms-flex-direction : row ;
27
+ flex-direction : row ;
28
+ display : inline-flex ;
29
+ flex-flow : row nowrap ;
30
+ width : 100% ;
31
+ position : relative ;
22
32
23
33
.admin__control-text {
24
- border-width : 1px 1px 1px 0 ;
25
- padding-left : @currency-addon-symbol__width + .2 ;
34
+ appearence: none ;
35
+ -webkit-flex-grow : 1 ;
36
+ flex-grow : 1 ;
37
+ -ms-flex-order : 1 ;
38
+ -webkit-order : 1 ;
39
+ order : 1 ;
40
+ -webkit-flex-shrink : 1 ;
41
+ flex-shrink : 1 ;
42
+ background-color : transparent ;
43
+ border-color : transparent ;
44
+ box-shadow : none ;
45
+ vertical-align : top ;
26
46
27
47
& :focus {
28
48
+ .currency-symbol {
31
51
}
32
52
}
33
53
54
+ label .error {
55
+ position : absolute ;
56
+ left : 0 ;
57
+ top : 33px ;
58
+ }
59
+
34
60
.currency-symbol {
35
61
border : solid @currency-addon-symbol__border-color ;
36
- border-width : 0 0 0 1 px ;
62
+ border-width : 0 ;
37
63
box-sizing : border-box ;
38
64
color : @currency-addon-symbol__color ;
39
65
height : @currency-addon-symbol__height ;
40
- left : 0 ;
41
66
padding : 7px 0 0 @indent__xs ;
42
- position : absolute ;
43
- top : 0 ;
67
+ position : static ;
44
68
transition : @smooth__border-color ;
45
- width : @currency-addon-symbol__width ;
69
+ -webkit-flex-basis : auto ;
70
+ flex-basis : auto ;
71
+ -webkit-flex-grow : 0 ;
72
+ flex-grow : 0 ;
73
+ -webkit-flex-shrink : 0 ;
74
+ flex-shrink : 0 ;
75
+ z-index : 1 ;
76
+ order : 0 ;
46
77
}
47
78
48
79
._error & {
You can’t perform that action at this time.
0 commit comments