Class renamed in .less file to bring back UI validation for content name

This commit is contained in:
Robert
2018-04-13 14:51:02 +02:00
parent ed3e693308
commit aebfc33037

View File

@@ -486,7 +486,7 @@ input[type="checkbox"][readonly] {
// Error
.show-validation.ng-invalid .control-group.error,
.show-validation.ng-invalid .umb-panel-header-content-wrapper {
.show-validation.ng-invalid .umb-editor-header__name-wrapper {
.formFieldState(@formErrorText, @formErrorText, @formErrorBackground);
}