diff --git a/demos/component-docs/app.css b/demos/component-docs/app.css index a94cb0aae1..7b797c8034 100644 --- a/demos/component-docs/app.css +++ b/demos/component-docs/app.css @@ -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; diff --git a/demos/component-docs/helpers.ts b/demos/component-docs/helpers.ts index d39d82bf50..90553ff268 100644 --- a/demos/component-docs/helpers.ts +++ b/demos/component-docs/helpers.ts @@ -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,