]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
default pointer
authorLaurel <laurel@zurb.com>
Mon, 11 Dec 2017 18:26:49 +0000 (10:26 -0800)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2017 18:26:49 +0000 (10:26 -0800)
global settings for button cursor should be by default pointer

scss/settings/_settings.scss

index 26f74f94945a913d2c83171c4f721da7d30b3c35..23ab69abbba5bad5a8718d9d5e72c1411ccd91f9 100644 (file)
@@ -95,7 +95,7 @@ $global-menu-nested-margin: 1rem;
 $global-text-direction: ltr;
 $global-flexbox: true;
 $global-prototype-breakpoints: false;
-$global-button-cursor: auto;
+$global-button-cursor: pointer;
 $global-color-pick-contrast-tolerance: 0;
 $print-transparent-backgrounds: true;