]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Updating postfix mixin call since additional parameter added 6549/head
authorDavid Ollerhead <david.ollerhead@gmail.com>
Tue, 12 May 2015 11:28:31 +0000 (12:28 +0100)
committerDavid Ollerhead <david.ollerhead@gmail.com>
Tue, 12 May 2015 11:28:31 +0000 (12:28 +0100)
scss/foundation/components/_forms.scss

index f3806dcbc339dba6cbee889b5a05c6bccd1e894f..f0497499785671f196d1be46cded9a7bd9e92413 100644 (file)
@@ -405,7 +405,7 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default;
     .postfix { @include prefix-postfix-base; }
 
     /* Adjust padding, alignment and radius if pre/post element is a button */
-    .postfix.button { @include button-size(false, false); @include postfix(false, false, true); }
+    .postfix.button { @include button-size(false, false); @include postfix(false, false, false, true); }
     .prefix.button { @include button-size(false, false); @include prefix(false, false, true); }
 
     .prefix.button.radius { @include radius(0); @include side-radius($default-float, $button-radius); }