[MIG] web_widget_child_selector: Migration to 13.0

This commit is contained in:
Enric Tobella
2021-06-21 16:41:50 +02:00
committed by Olga Marco
parent 361db88329
commit 41da8d2114
7 changed files with 18 additions and 18 deletions

View File

@@ -0,0 +1,14 @@
.o_child_selection_button {
cursor: pointer;
}
.o_child_selection_label {
cursor: pointer;
}
.o_child_selection_clear {
opacity: 0.6;
&:hover {
opacity: 1;
}
}