mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
refactor(tabs): remove all uses of ion-navbar-section
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
// --------------------------------------------------
|
||||
|
@ -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
|
||||
// --------------------------------------------------
|
||||
|
@ -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
|
||||
// --------------------------------------------------
|
||||
|
Reference in New Issue
Block a user