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.
This commit is contained in:
Jack Nosek 2016-03-24 22:44:50 -04:00
parent 196f0d6890
commit 565f518e1c

View File

@ -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
}