From f03f5458111b5e827694863e7de002fe67db97b9 Mon Sep 17 00:00:00 2001 From: Kirk Bater Date: Sat, 19 Jul 2014 17:45:18 -0400 Subject: [PATCH] Realized that there was already a setting for the "glowing effect" so I moved the setting for true/false down to where it makes logical sense to be. --- scss/foundation/_settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index f41a58e99..08756a1ad 100755 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -537,7 +537,6 @@ $primary-color: #008CBA; // $input-border-radius: $global-radius; // $input-disabled-bg: #ddd; // $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -// $input-include-glowing-effect: true; // We use these to style the fieldset border and spacing. // $fieldset-border-style: solid; @@ -573,6 +572,7 @@ $primary-color: #008CBA; // $input-error-message-font-color-alt: #333; // We use this to style the glowing effect of inputs when focused +// $input-include-glowing-effect: true; // $glowing-effect-fade-time: 0.45s; // $glowing-effect-color: $input-focus-border-color; -- 2.47.2