diff options
| author | Mark Otto <[email protected]> | 2016-10-09 16:39:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-09 16:39:02 -0700 |
| commit | 8750b5f81cf38c91eb8a72601232041cf60cff74 (patch) | |
| tree | 038c4089516e011d373ccc12dcf5ec615554f174 | |
| parent | 41518d0e32ed09f70645c0f1b6b006fa37b30247 (diff) | |
| download | bootstrap-8750b5f81cf38c91eb8a72601232041cf60cff74.tar.xz bootstrap-8750b5f81cf38c91eb8a72601232041cf60cff74.zip | |
The color is already covered in the first ruleset here
| -rw-r--r-- | scss/mixins/_forms.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index 698e7dc12..e2bead180 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 |
