Commit 40cfe242 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: fixup invalid class selector

See nexedi/erp5@ea219b74
parent 6c4f7600
Pipeline #13102 failed with stage
in 0 seconds
...@@ -1183,7 +1183,7 @@ div[data-gadget-scope='header'] .ui-header ul { ...@@ -1183,7 +1183,7 @@ div[data-gadget-scope='header'] .ui-header ul {
padding-left: 24pt; padding-left: 24pt;
} }
} }
.gadget-content .ui-field-contain > label:not(:is-invalid) { .gadget-content .ui-field-contain > label:not(.is-invalid) {
color: hsl(0, 0%, 42%); color: hsl(0, 0%, 42%);
} }
.gadget-content .required > .ui-field-contain > label { .gadget-content .required > .ui-field-contain > label {
......
...@@ -75,7 +75,9 @@ ...@@ -75,7 +75,9 @@
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>text/css</string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>default_reference</string> </key> <key> <string>default_reference</string> </key>
...@@ -244,7 +246,7 @@ ...@@ -244,7 +246,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>987.16008.2576.23808</string> </value> <value> <string>989.18940.32400.648</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -262,7 +264,7 @@ ...@@ -262,7 +264,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1602511207.11</float> <float>1610465136.37</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -1363,7 +1363,7 @@ div[data-gadget-scope='header'] .ui-header { ...@@ -1363,7 +1363,7 @@ div[data-gadget-scope='header'] .ui-header {
//Label //Label
.ui-field-contain { .ui-field-contain {
& > label:not(:is-invalid) { & > label:not(.is-invalid) {
color: @colorlabel; color: @colorlabel;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment