[MIG] web_tree_many2one_clickable: Migration to 15.0

This commit is contained in:
Xander De Matteis
2022-06-17 12:30:37 +02:00
committed by Carlos Roca
parent a26e399cbd
commit 7176c70877
4 changed files with 69 additions and 85 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;
}
}