updates CSS selector to match latest

This commit is contained in:
Niels Lyngsø
2020-10-22 09:08:00 +02:00
committed by Sebastiaan Janssen
parent 88f9be8aa4
commit dc6c72c136

View File

@@ -19,7 +19,7 @@
yeah so this is a pain, but we must be super specific in targeting the mandatory property labels,
otherwise all properties within a reqired, nested, nested content property will all appear mandatory
*/
> ng-form > .control-group > .umb-el-wrap > .control-header label:after {
.umb-property > ng-form > .control-group > .umb-el-wrap > .control-header label:after {
content: '*';
color: @red;
}