mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00

committed by
Adam Bradley

parent
a0c60ffd1e
commit
8a4dc74324
@ -40,6 +40,10 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
// Needed to prevent visual glitch in safari/iOS
|
||||
// See https://github.com/ionic-team/ionic/issues/14626
|
||||
transform: translate3d(0,0,0);
|
||||
|
||||
transition: background-color $toggle-ios-transition-duration;
|
||||
|
||||
background-color: $toggle-ios-border-color-off;
|
||||
|
Reference in New Issue
Block a user