]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
the actual line to be removed 6444/head
authorJeevan@blacklizard <jeevan@pocketpixel.com>
Tue, 7 Apr 2015 11:08:37 +0000 (19:08 +0800)
committerJeevan@blacklizard <jeevan@pocketpixel.com>
Tue, 7 Apr 2015 11:08:37 +0000 (19:08 +0800)
scss/foundation/components/_split-buttons.scss

index bc8d241a11e6dd39b80f9d39aec5795f8c048e01..84ac6d9faf2b5598d31ca4f1d720e6148ae7d608 100644 (file)
@@ -65,8 +65,8 @@ $split-button-pip-default-float-lrg: rem-calc(-6) !default;
 // $base-style - Apply base style to split button. Default: true.
 @mixin split-button(
   $padding:medium,
-  $pip-color:$split-button-pip-color,
-  $span-border:$primary-color,
+  $pip-color:$split-button-pip-color, 
+  $span-border:$split-button-span-border-color, 
   $base-style:true) {
 
   // With this, we can control whether or not the base styles come through.