From 782ee6f60ec6aca0efd6b95865a521cabc607342 Mon Sep 17 00:00:00 2001 From: Andres Galante Date: Wed, 6 Sep 2017 17:02:57 -0300 Subject: [PATCH] Removes background from form-control-plaintext --- scss/_forms.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_forms.scss b/scss/_forms.scss index 33163a0529..fb3dc55992 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -130,6 +130,7 @@ select.form-control { padding-bottom: $input-btn-padding-y; margin-bottom: 0; // match inputs if this class comes on inputs with default margins line-height: $input-btn-line-height; + background-color: transparent; border: solid transparent; border-width: $input-btn-border-width 0;