]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Updated _buttons.scss with -moz vendor prefix. 6212/head
authorTom-Marius Olsen <tom.marius.olsen@gmail.com>
Wed, 21 Jan 2015 21:55:12 +0000 (22:55 +0100)
committerTom-Marius Olsen <tom.marius.olsen@gmail.com>
Wed, 21 Jan 2015 21:55:12 +0000 (22:55 +0100)
Property -moz-appearance is compatible with -webkit-appearance and should be included as well.

scss/foundation/components/_buttons.scss

index 022f6d5e1a2cbd166c878aec2509c35736fdb2c1..ec2e57cc47fbd96b7e7cb4af09c553cce7654bee 100644 (file)
@@ -80,6 +80,7 @@ $button-disabled-cursor: $cursor-default-value !default;
     text-decoration: none;
     text-align: $button-font-align;
     -webkit-appearance: none;
+    -moz-appearance: none;
     border-radius:0;
   }
   @if $display { display: $display; }