From dfd8c31f40ce354f44c633ea706218a4e8f367ee Mon Sep 17 00:00:00 2001 From: Patrick Yeo Date: Tue, 16 Aug 2016 16:59:00 -0700 Subject: Slate: Use @input-group-addon-bg instead of CSS rule set to set input-group-addon background color --- slate/_bootswatch.scss | 4 ---- 1 file changed, 4 deletions(-) (limited to 'slate/_bootswatch.scss') diff --git a/slate/_bootswatch.scss b/slate/_bootswatch.scss index 0247adef..7e49486a 100644 --- a/slate/_bootswatch.scss +++ b/slate/_bootswatch.scss @@ -208,7 +208,6 @@ textarea { } .input-group-addon { - background-color: $gray-dark; border-color: $input-group-addon-border-color; } } @@ -234,7 +233,6 @@ textarea { } .input-group-addon { - background-color: $gray-dark; border-color: $input-group-addon-border-color; } } @@ -260,7 +258,6 @@ textarea { } .input-group-addon { - background-color: $gray-dark; border-color: $input-group-addon-border-color; } } @@ -270,7 +267,6 @@ legend { } .input-group-addon { - background-color: $gray-dark; @include btn-shadow($btn-default-bg); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); color: $btn-default-color; -- cgit v1.2.3