From: harry Date: Fri, 7 Jul 2017 18:31:22 +0000 (+0530) Subject: Add Button cursor property and bind it into a variable X-Git-Tag: v6.4.2-rc2~1^2~23^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1b2cf66212940520fc3c085d6b75beceaf1d097;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add Button cursor property and bind it into a variable so that user can change it! --- diff --git a/scss/_global.scss b/scss/_global.scss index e161a8749..18152fedd 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -109,6 +109,10 @@ $global-flexbox: true !default; /// @type Boolean $global-prototype-breakpoints: false !default; +/// Button cursor's value, `auto` by default +/// @type Keyword +$global-button-cursor: auto !default; + @if not map-has-key($foundation-palette, primary) { @error 'In $foundation-palette, you must have a color named "primary".'; } @@ -205,15 +209,13 @@ $alert-color: get-color(alert); // Reset