From 4665b9dd6fe97492da7cf7ea78206bfb097abbe3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Jul 2015 18:35:46 -0700 Subject: Add new variable for -box-shadow --- scss/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/_forms.scss') diff --git a/scss/_forms.scss b/scss/_forms.scss index 6a02a1999..7d16d013b 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -22,7 +22,7 @@ border: $border-width solid $input-border; // Note: This has no effect on `s in CSS. @include border-radius($input-border-radius); - @include box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); + @include box-shadow($input-box-shadow); transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; // Make inputs at least the height of their button counterpart (base line-height + padding + border). -- cgit v1.2.3