mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
docs(demos): forms to inputs
This commit is contained in:
@ -214,8 +214,8 @@ body.md ion-card .advanced-weather-tabs tab-bar {
|
|||||||
}
|
}
|
||||||
ion-card .advanced-weather-tabs tab-bar a {
|
ion-card .advanced-weather-tabs tab-bar a {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-top: 2px solid transparent;
|
border-top: 2px solid transparent !important;
|
||||||
border-bottom: none !important;
|
border-bottom: 0px !important;
|
||||||
}
|
}
|
||||||
ion-card .advanced-weather-tabs tab-bar a icon.tab-button-icon {
|
ion-card .advanced-weather-tabs tab-bar a icon.tab-button-icon {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -123,7 +123,7 @@ export function getPageFor(hash) {
|
|||||||
'card-advanced-weather': CardsAdvancedWeatherPage,
|
'card-advanced-weather': CardsAdvancedWeatherPage,
|
||||||
|
|
||||||
|
|
||||||
'forms': FormsPage,
|
'inputs': FormsPage,
|
||||||
'fixed-inline-labels': FixedInlinePage,
|
'fixed-inline-labels': FixedInlinePage,
|
||||||
'floating-labels': FloatingPage,
|
'floating-labels': FloatingPage,
|
||||||
'inline-labels': InlinePage,
|
'inline-labels': InlinePage,
|
||||||
|
Reference in New Issue
Block a user