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 {
|
||||
height: 100%;
|
||||
border-top: 2px solid transparent;
|
||||
border-bottom: none !important;
|
||||
border-top: 2px solid transparent !important;
|
||||
border-bottom: 0px !important;
|
||||
}
|
||||
ion-card .advanced-weather-tabs tab-bar a icon.tab-button-icon {
|
||||
color: #fff;
|
||||
|
@ -123,7 +123,7 @@ export function getPageFor(hash) {
|
||||
'card-advanced-weather': CardsAdvancedWeatherPage,
|
||||
|
||||
|
||||
'forms': FormsPage,
|
||||
'inputs': FormsPage,
|
||||
'fixed-inline-labels': FixedInlinePage,
|
||||
'floating-labels': FloatingPage,
|
||||
'inline-labels': InlinePage,
|
||||
|
Reference in New Issue
Block a user