Commit d3238fd8 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_web_renderjs_ui: add class compatibility with xhtml_style

parent 66dbedbe
......@@ -3280,3 +3280,9 @@ hmtl .ui-icon-carat-u::before {
.ui-icon-clone::before {
content: "\f24d";
}
/**********************************************
* Compatibility with xhtml_style
**********************************************/
.hidden_label > label {
display: none;
}
......@@ -3539,4 +3539,12 @@ hmtl .ui-icon-carat-u::before{
}
.ui-icon-clone::before {
content: "\f24d";
}
/**********************************************
* Compatibility with xhtml_style
**********************************************/
.hidden_label {
& > label {
display: none;
}
}
\ No newline at end of file
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