From a8d623124c6710e7ef3afedcd4b19c66202e20f3 Mon Sep 17 00:00:00 2001 From: Addy Osmani Date: Wed, 10 Dec 2014 11:26:20 +0000 Subject: [PATCH] Fixes to correct breaking build. --- app/styleguide/textfield/_textfield.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styleguide/textfield/_textfield.scss b/app/styleguide/textfield/_textfield.scss index 9840be58..b3e86370 100644 --- a/app/styleguide/textfield/_textfield.scss +++ b/app/styleguide/textfield/_textfield.scss @@ -3,7 +3,7 @@ @import "../ripple/ripple"; $input-text-font-size: 16px; -$input-text-width: 100%: +$input-text-width: 100%; $input-text-padding: 4px; $input-text-ripple-size: 32px; @@ -215,5 +215,5 @@ $input-text-expandable-search-icon-highlight-color: $input-text-highlight-color; /** Disabled Styling **/ .wsk-input__text[disabled] { background-color: transparent; - border-bottom : 1px dashed $textfieldDisabledColor; + border-bottom : 1px dashed $input-text-disabled-color; }