From: Javier Julio Date: Fri, 25 Jul 2014 16:19:50 +0000 (-0400) Subject: Update example docs with new variable X-Git-Tag: v5.3.2~28^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F5499%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update example docs with new variable --- 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;