[MIG] web_no_bubble: Migration to 12.0

This commit is contained in:
Alexandre Díaz
2019-06-19 19:55:23 +02:00
committed by Andrea Stirpe
parent bee16ee17d
commit f6df4c75cf
13 changed files with 522 additions and 31 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;
}
}