mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-10 08:40:42 +03:00
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:
parent
196f0d6890
commit
565f518e1c
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user