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:
Niels Lyngsø
2020-07-30 15:01:29 +02:00
parent d5c0e79c40
commit 47986ec0f5

View File

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