fix(util): click-block transform on IE

This commit is contained in:
Job
2016-11-10 16:50:37 +01:00
committed by GitHub
parent 0e53ec315d
commit fcba3238a7

View File

@@ -57,8 +57,7 @@ ion-input :focus {
display: block;
opacity: 0;
transform: translate3d(0, -100%, 0);
transform: translate3d(0, calc(-100% + 1px), 0);
transform: translate3d(0, -100%, 0) translateY(1px);
// background: red;
// opacity: .3;