From e99e8ff2547963ed09954792175790afba4b6d27 Mon Sep 17 00:00:00 2001 From: Javier Julio Date: Fri, 25 Jul 2014 12:19:50 -0400 Subject: [PATCH] Update example docs with new variable --- doc/includes/buttons/examples_buttons_variables.html | 3 ++- doc/includes/form/examples_form_variables.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/includes/buttons/examples_buttons_variables.html b/doc/includes/buttons/examples_buttons_variables.html index 7fcc2bb59..e408d38c6 100755 --- a/doc/includes/buttons/examples_buttons_variables.html +++ b/doc/includes/buttons/examples_buttons_variables.html @@ -34,7 +34,8 @@ $button-border-style: solid; $button-radius: $global-radius; $button-round: $global-rounded; -// We use this to set default opacity for disabled buttons. +// We use this to set default opacity and cursor for disabled buttons. $button-disabled-opacity: 0.6; +$button-disabled-cursor: $cursor-default-value; ``` {{/markdown}} \ No newline at end of file diff --git a/doc/includes/form/examples_form_variables.html b/doc/includes/form/examples_form_variables.html index 6d860836b..a61f05871 100755 --- a/doc/includes/form/examples_form_variables.html +++ b/doc/includes/form/examples_form_variables.html @@ -24,6 +24,7 @@ $input-border-style: solid; $input-border-width: 1px; $input-border-radius: $global-radius; $input-disabled-bg: #ddd; +$input-disabled-cursor: $cursor-default-value; $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); $input-include-glowing-effect: true; -- 2.47.2