]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
change default $display to $button-display !default 1674/head
authorScott McCauley <scott@ascottmccauley.com>
Sun, 3 Mar 2013 20:40:00 +0000 (15:40 -0500)
committerScott McCauley <scott@ascottmccauley.com>
Sun, 3 Mar 2013 20:40:00 +0000 (15:40 -0500)
the base style for a button should be the same as the default.

scss/foundation/components/_buttons.scss

index 76b465f8dfff4e7e504bd34578da8894546671f5..ca8244f55bc224d61a6b96691d7e09a962dd8e3e 100644 (file)
@@ -157,7 +157,7 @@ $button-disabled-opacity: 0.6 !default;
 
   // Default styles applied outside of media query
   .button {
-    @include button-base($display:block);
+    @include button-base;
     @include button-size;
     @include button-style;