From: Abdullah Salem Date: Thu, 5 Mar 2015 18:05:54 +0000 (+0300) Subject: Fix the mismatch of the default value of $input-include-glowing-effect in the _settin... X-Git-Tag: v5.5.2~57^2~1^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F6367%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix the mismatch of the default value of $input-include-glowing-effect in the _settings.scss --- diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index fab5c1944..f0b0d2a7d 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -643,7 +643,7 @@ $include-html-global-classes: $include-html-classes; // $input-disabled-bg: $gainsboro; // $input-disabled-cursor: $cursor-default-value; // $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -// $input-include-glowing-effect: true; +// $input-include-glowing-effect: false; // We use these to style the fieldset border and spacing. // $fieldset-border-style: solid;