File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 130
130
position : absolute ;
131
131
text-align : left ;
132
132
top : 100% ;
133
- transform : scale (1 ,0 );
134
- transform-origin : 0 0 ;
135
- transition : transform linear .1s , visibility 0s linear .1s ;
133
+ -webkit-transform : scale (1 ,0 );
134
+ transform : scale (1 ,0 );
135
+ -webkit-transform-origin : 0 0 ;
136
+ transform-origin : 0 0 ;
137
+ -webkit-transition : -webkit-transform linear .1s , visibility 0s linear .1s ;
138
+ transition : transform linear .1s , visibility 0s linear .1s ;
136
139
visibility : hidden ;
137
140
width : 100% ;
138
141
139
142
& ._show {
140
143
.lib-css (z-index , @dropdown-list__z-index );
141
- transform : scale (1 ,1 );
142
- transition : transform linear .1s , visibility 0s linear 0s ;
144
+ -webkit-transform : scale (1 ,1 );
145
+ transform : scale (1 ,1 );
146
+ -webkit-transition : -webkit-transform linear .1s , visibility 0s linear 0s ;
147
+ transition : transform linear .1s , visibility 0s linear 0s ;
143
148
visibility : visible ;
144
149
}
145
150
}
You can’t perform that action at this time.
0 commit comments