]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Realized that there was already a setting for the "glowing effect" so I moved the... 5469/head
authorKirk Bater <kirk.bater@gmail.com>
Sat, 19 Jul 2014 21:45:18 +0000 (17:45 -0400)
committerKirk Bater <kirk.bater@gmail.com>
Sat, 19 Jul 2014 21:45:18 +0000 (17:45 -0400)
scss/foundation/_settings.scss

index f41a58e997fb36a93824a79641660281e8b9943f..08756a1ad73355d9f85a1e97b513b4f7d2777f20 100755 (executable)
@@ -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;