[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 Thanakrit Pintana
parent 81c1e070d8
commit c0718aa9ed
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;
}
}