From: Kirk Bater Date: Sat, 19 Jul 2014 21:45:18 +0000 (-0400) Subject: Realized that there was already a setting for the "glowing effect" so I moved the... X-Git-Tag: v5.3.2~30^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F5469%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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. --- 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;