We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f8d5c commit 56f88fbCopy full SHA for 56f88fb
sass/docs.scss
@@ -564,7 +564,6 @@ body {
564
@include transform(translate3d(0, -55px, 0));
565
566
&.visible {
567
- @include transform(translateY(0));
568
@include transform(translate3d(0, 0, 0));
569
}
570
sass/theme-ios.scss
@@ -477,9 +477,6 @@ textarea,
477
478
.popover {
479
border-radius: 12px;
480
- -webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out;
481
- -moz-transition: -moz-transform .2s ease-in-out, opacity .2s ease-in-out;
482
- transition: transform .2s ease-in-out, opacity .2s ease-in-out;
483
@include transition(-webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out);
484
485
&:before {
0 commit comments