[IMP] web_tree_many2one_clickable: Fix pre-commit + improve readme

This commit is contained in:
Carlos Roca
2023-01-16 08:23:21 +01:00
parent 7176c70877
commit 3b375c23e8
5 changed files with 86 additions and 75 deletions

View File

@@ -1,10 +1,10 @@
td.o_many2one_cell {
a {
margin-left: 0.5em;
visibility: hidden;
}
a {
margin-left: 0.5em;
visibility: hidden;
}
&:hover a {
visibility: visible;
}
&:hover a {
visibility: visible;
}
}