mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
translate3d updates for .view, .bar, .tabs
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
.bar {
|
||||
@include display-flex();
|
||||
@include translate3d(0,0,0);
|
||||
@include user-select(none);
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
||||
@@ -288,6 +288,7 @@ infinite-scroll.active .scroll-infinite {
|
||||
.pane {
|
||||
position: absolute;
|
||||
z-index: $z-index-pane;
|
||||
@include translate3d(0,0,0);
|
||||
}
|
||||
.view {
|
||||
position: absolute;
|
||||
@@ -300,5 +301,5 @@ infinite-scroll.active .scroll-infinite {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@include translate3d(0,0,0);
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
@include display-flex();
|
||||
@include flex-direction(horizontal);
|
||||
@include justify-content(center);
|
||||
@include translate3d(0,0,0);
|
||||
|
||||
@include tab-style($tabs-default-bg, $tabs-default-border, $tabs-default-text);
|
||||
@include tab-badge-style($tabs-default-text, $tabs-default-bg);
|
||||
|
||||
Reference in New Issue
Block a user