Merge pull request #9111 from Manduro/patch-4

Improve IE support
This commit is contained in:
Manu Mtz.-Almeida
2016-11-20 11:40:51 +01:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@ -156,7 +156,7 @@ ion-fab-list[side=right] .fab-in-list {
} }
ion-fab-list[side=top] { ion-fab-list[side=top] {
top: initial; top: auto;
bottom: 0; bottom: 0;
flex-direction: column-reverse; flex-direction: column-reverse;

View File

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