refactor(tabs): remove all uses of ion-navbar-section

This commit is contained in:
Brandy Carney
2016-06-17 13:51:30 -04:00
parent 15642e4847
commit 927edfffcd
7 changed files with 23 additions and 40 deletions

View File

@ -1,11 +1,10 @@
ion-tabs[no-navbar] {
position: relative;
top: auto;
height: auto;
margin-bottom: 20px;
}
ion-tabs[no-navbar] > ion-navbar-section,
ion-tabs[no-navbar] > ion-content-section {
display: none !important;
ion-tabs[no-navbar],
ion-tabs[no-navbar] ion-tabbar {
position: relative;
top: auto;
height: auto;
}

View File

@ -1,12 +1,11 @@
ion-tabs {
position: relative;
top: auto;
height: auto;
margin-bottom: 20px;
}
ion-navbar-section,
ion-content-section {
display: none !important;
ion-tabs,
ion-tabs ion-tabbar {
position: relative;
top: auto;
height: auto;
visibility: visible;
}

View File

@ -1,12 +1,11 @@
ion-tabs {
position: relative;
top: auto;
height: auto;
margin-bottom: 20px;
}
ion-navbar-section,
ion-content-section {
display: none !important;
ion-tabs,
ion-tabs ion-tabbar {
position: relative;
top: auto;
height: auto;
visibility: visible;
}

View File

@ -1,12 +1,10 @@
ion-tabs {
position: relative;
top: auto;
height: auto;
ion-tabs[no-navbar] {
margin-bottom: 20px;
}
ion-navbar-section,
ion-content-section {
display: none !important;
ion-tabs[no-navbar],
ion-tabs[no-navbar] ion-tabbar {
position: relative;
top: auto;
height: auto;
}

View File

@ -36,10 +36,6 @@ $navbar-ios-height: $toolbar-ios-height !default;
min-height: $toolbar-ios-height;
}
ion-navbar-section {
min-height: $navbar-ios-height;
}
// iOS Toolbar Background
// --------------------------------------------------

View File

@ -35,10 +35,6 @@ $navbar-md-height: $toolbar-md-height !default;
min-height: $toolbar-md-height;
}
ion-navbar-section {
min-height: $navbar-md-height;
}
// Material Design Toolbar Background
// --------------------------------------------------

View File

@ -37,10 +37,6 @@ $navbar-wp-height: $toolbar-wp-height !default;
min-height: $toolbar-wp-height;
}
ion-navbar-section {
min-height: $navbar-wp-height;
}
// Windows Toolbar Background
// --------------------------------------------------