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
......@@ -8,7 +8,7 @@
* Shared
**********************************************/
/**********************************************
* http://meyerweb.com/eric/tools/css/reset/
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
**********************************************/
......@@ -1183,7 +1183,7 @@ div[data-gadget-scope='header'] .ui-header ul {
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%);
}
.gadget-content .required > .ui-field-contain > label {
......@@ -3275,4 +3275,4 @@ hmtl .ui-icon-carat-u::before {
}
.ui-icon-clone::before {
content: "\f24d";
}
\ No newline at end of file
}
......@@ -75,7 +75,9 @@
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>default_reference</string> </key>
......@@ -244,7 +246,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>987.16008.2576.23808</string> </value>
<value> <string>989.18940.32400.648</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -262,7 +264,7 @@
</tuple>
<state>
<tuple>
<float>1602511207.11</float>
<float>1610465136.37</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -1363,7 +1363,7 @@ div[data-gadget-scope='header'] .ui-header {
//Label
.ui-field-contain {
& > label:not(:is-invalid) {
& > label:not(.is-invalid) {
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