]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
remove scale color 5497/head
authorRichard LaFranchi <rlafranchi@serenethemes.com>
Fri, 25 Jul 2014 12:26:51 +0000 (06:26 -0600)
committerRichard LaFranchi <rlafranchi@serenethemes.com>
Fri, 25 Jul 2014 12:26:51 +0000 (06:26 -0600)
scss/foundation/components/_buttons.scss

index 0ce461f2ba66d1005f0f87fc7354834c5aafd1da..ae534f95877279745d0c8d2420ed641e9aa70213 100755 (executable)
@@ -152,10 +152,9 @@ $button-disabled-opacity: 0.7 !default;
     $bgh-lightness: lightness($bgh);
 
     background-color: $bg;
-    border-color: scale-color($bg, $lightness: $button-function-factor);
+    border-color: $bc;
     &:hover,
     &:focus { background-color: $bgh; }
-    &:focus { background-color: scale-color($bg, $lightness: $button-function-factor); }
 
     // We control the text color for you based on the background color.
     color: if($bg-lightness > 70%, $button-font-color-alt, $button-font-color);