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