limit control-label effect to the first control-label, these 3 new lines covers all cases that i could find in CMS.
This commit is contained in:
@@ -138,7 +138,9 @@
|
||||
// additional targetting of the ng-invalid class.
|
||||
.formFieldState(@textColor: @gray-4, @borderColor: @gray-7, @backgroundColor: @gray-10) {
|
||||
// Set the text color
|
||||
.control-label,
|
||||
> .control-label,
|
||||
> .umb-el-wrap > .control-label,
|
||||
> .umb-el-wrap > .control-header > .control-label,
|
||||
.help-block,
|
||||
.help-inline {
|
||||
color: @textColor;
|
||||
|
||||
Reference in New Issue
Block a user