Skip to content

Commit 6f44ada

Browse files
Merge branch 'MAGETWO-53527' of github.com:magento-vanilla/magento2ce into PR
2 parents f06e0d9 + 73b9d30 commit 6f44ada

File tree

1 file changed

+5
-0
lines changed
  • app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout

1 file changed

+5
-0
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_authentication.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@
127127
.authentication-dropdown {
128128
.lib-css(background-color, @block-auth__dropdown__background-color);
129129
.lib-css(border, @block-auth__border);
130+
-webkit-transform: scale(1,0);
131+
-webkit-transform-origin: 0 0;
132+
-webkit-transition: -webkit-transform linear .1s, visibility 0s linear .1s;
130133
position: absolute;
131134
text-align: left;
132135
top: 100%;
@@ -138,6 +141,8 @@
138141

139142
&._show {
140143
.lib-css(z-index, @dropdown-list__z-index);
144+
-webkit-transform: scale(1,1);
145+
-webkit-transition: -webkit-transform linear .1s, visibility 0s linear 0s;
141146
transform: scale(1,1);
142147
transition: transform linear .1s, visibility 0s linear 0s;
143148
visibility: visible;

0 commit comments

Comments
 (0)