From 8750b5f81cf38c91eb8a72601232041cf60cff74 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Oct 2016 16:39:02 -0700 Subject: [PATCH] The color is already covered in the first ruleset here --- scss/mixins/_forms.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index 698e7dc12d..e2bead1801 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -30,10 +30,6 @@ border-color: $color; background-color: lighten($color, 40%); } - // Optional feedback icon - .form-control-feedback { - color: $color; - } } // Form control focus state