From 95a6b4016e18772b18c8fca868280dfc7870afcb Mon Sep 17 00:00:00 2001 From: zwp Date: Sun, 19 Jan 2014 14:44:13 -0600 Subject: [PATCH] Update examples_form_variables.html Update form sass variable listing with $input-border-radius (default value is 0). --- doc/includes/form/examples_form_variables.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/includes/form/examples_form_variables.html b/doc/includes/form/examples_form_variables.html index adbff77b8..da95575fa 100644 --- a/doc/includes/form/examples_form_variables.html +++ b/doc/includes/form/examples_form_variables.html @@ -20,6 +20,7 @@ $input-border-color: scale-color(#fff, $lightness: -20%); $input-focus-border-color: scale-color(#fff, $lightness: -40%); $input-border-style: solid; $input-border-width: 1px; +$input-border-radius: 0; $input-disabled-bg: #ddd; $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); $input-include-glowing-effect: true; @@ -57,4 +58,4 @@ $input-error-message-font-color-alt: #333; $glowing-effect-fade-time: 0.45s; $glowing-effect-color: $input-focus-border-color; ``` -{{/markdown}} \ No newline at end of file +{{/markdown}} -- 2.47.2