From 7460cdbaeb3121bce6cceca45f016cf3cbc42a2e Mon Sep 17 00:00:00 2001 From: Jack Nosek Date: Thu, 24 Mar 2016 22:44:50 -0400 Subject: [PATCH] Removed color from label.control-label in label-size-variant The default label style already includes the base text color. Setting it additionally in label-size-variant prevents the has-* status variants from applying the proper text color. --- less/_inputs.less | 1 - 1 file changed, 1 deletion(-) diff --git a/less/_inputs.less b/less/_inputs.less index 675e1c52..d24c271e 100644 --- a/less/_inputs.less +++ b/less/_inputs.less @@ -44,7 +44,6 @@ label.control-label { font-size: @static-font-size; line-height: @static-line-height; - color: @mdb-input-placeholder-color; font-weight: 400; margin: 16px 0 0 0; // std and lg }