From a1b2cf66212940520fc3c085d6b75beceaf1d097 Mon Sep 17 00:00:00 2001 From: harry Date: Sat, 8 Jul 2017 00:01:22 +0530 Subject: [PATCH] Add Button cursor property and bind it into a variable so that user can change it! --- scss/_global.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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