From 44ab067547bced5b6fa9a35b2b1270d2bbc33afc Mon Sep 17 00:00:00 2001 From: Andrea Stirpe Date: Tue, 21 Mar 2023 14:25:18 +0100 Subject: [PATCH] [16.0][MIG] web_no_bubble --- web_no_bubble/__manifest__.py | 2 +- web_no_bubble/static/src/css/web_no_bubble.scss | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/web_no_bubble/__manifest__.py b/web_no_bubble/__manifest__.py index b23661ee1..e0e2e987e 100644 --- a/web_no_bubble/__manifest__.py +++ b/web_no_bubble/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Web No Bubble", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "author": "Savoir-faire Linux, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", "license": "AGPL-3", diff --git a/web_no_bubble/static/src/css/web_no_bubble.scss b/web_no_bubble/static/src/css/web_no_bubble.scss index d4ec22836..9d157827f 100644 --- a/web_no_bubble/static/src/css/web_no_bubble.scss +++ b/web_no_bubble/static/src/css/web_no_bubble.scss @@ -1,5 +1,3 @@ .o_tooltip { - &.o_animated { - display: none; - } + display: none; }