]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
include disable-mouse-outline on default button element
authorAndy Cochran <acochran@council.nyc.gov>
Tue, 8 Mar 2016 18:22:06 +0000 (13:22 -0500)
committerGeoff Kimball <geoff@zurb.com>
Wed, 16 Mar 2016 16:42:36 +0000 (09:42 -0700)
scss/_global.scss

index 1c06b9d0827281ec33a89687986c06f1cbacfc2e..1d168614634d3420ce41ff41ba4f6b6642265ce0 100644 (file)
@@ -187,6 +187,7 @@ $-zf-flex-classes-imported: false;
 
   // Reset <button> styles created by most browsers
   button {
+    @include disable-mouse-outline;
     -webkit-appearance: none;
     -moz-appearance: none;
     background: transparent;