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