From a2946fa7957bfa28d603958687528734175abcc9 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Wed, 28 Oct 2015 13:11:29 -0500 Subject: [PATCH] docs(demos): forms to inputs --- demos/component-docs/app.css | 4 ++-- demos/component-docs/helpers.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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,