[MIG] web_no_bubble: Migration to 12.0

This commit is contained in:
Alexandre Díaz
2019-06-19 19:55:23 +02:00
parent 9f1b323525
commit 33e3baa88d
9 changed files with 478 additions and 30 deletions

View File

@@ -1,3 +0,0 @@
.o_tooltip.o_animated {
display: none;
}

View File

@@ -0,0 +1,5 @@
.o_tooltip {
&.o_animated {
display: none;
}
}