mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
iOS tab icon fix
This commit is contained in:
@ -382,11 +382,11 @@ gulp.task('old.watch', function() {
|
|||||||
|
|
||||||
watch('ionic/components/*/test/**/*', function() {
|
watch('ionic/components/*/test/**/*', function() {
|
||||||
doubleCheckDistFiles();
|
doubleCheckDistFiles();
|
||||||
gulp.start('ionic.examples');
|
gulp.start('old.ionic.examples');
|
||||||
});
|
});
|
||||||
|
|
||||||
watch('ionic/components/**/*.scss', function() {
|
watch('ionic/components/**/*.scss', function() {
|
||||||
gulp.start('sass');
|
gulp.start('old.sass');
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ $navbar-ios-button-background-color: transparent !default;
|
|||||||
|
|
||||||
.nav-ios .navbar-container {
|
.nav-ios .navbar-container {
|
||||||
|
|
||||||
height: $navbar-ios-height;
|
min-height: $navbar-ios-height;
|
||||||
background: $navbar-ios-background;
|
background: $navbar-ios-background;
|
||||||
|
|
||||||
// navbar on top, border on bottom (default)
|
// navbar on top, border on bottom (default)
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
|
|
||||||
<ion-tabs>
|
<ion-tabs>
|
||||||
|
|
||||||
<ion-tab [initial]="tab1Initial" tab-title="Tab 1">
|
<ion-tab [initial]="tab1Initial" tab-title="Tab 1" tab-icon="ion-home">
|
||||||
</ion-tab>
|
</ion-tab>
|
||||||
|
|
||||||
<ion-tab [initial]="tab2Initial" tab-title="Tab 2" class="tab2">
|
<ion-tab [initial]="tab2Initial" tab-title="Tab 2" tab-icon="ion-star" class="tab2">
|
||||||
</ion-tab>
|
</ion-tab>
|
||||||
|
|
||||||
</ion-tabs>
|
</ion-tabs>
|
||||||
|
Reference in New Issue
Block a user