From 5d2396fe6acaa92a90e141f0047dbfccd91cb1ab Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Sat, 22 Jun 2019 15:33:50 +0000 Subject: [PATCH] publish muk_web_theme - 12.0 --- muk_web_theme/__manifest__.py | 2 +- muk_web_theme/static/src/scss/layout.scss | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index 9dbaa3f..a1eb708 100644 --- a/muk_web_theme/__manifest__.py +++ b/muk_web_theme/__manifest__.py @@ -19,7 +19,7 @@ { "name": "MuK Backend Theme", "summary": "Odoo Community Backend Theme", - "version": "12.0.1.5.9", + "version": "12.0.1.5.10", "category": "Themes/Backend", "license": "AGPL-3", "author": "MuK IT", diff --git a/muk_web_theme/static/src/scss/layout.scss b/muk_web_theme/static/src/scss/layout.scss index b1e6a2b..6a5b94d 100644 --- a/muk_web_theme/static/src/scss/layout.scss +++ b/muk_web_theme/static/src/scss/layout.scss @@ -56,3 +56,13 @@ $mk-brand-gradient: linear-gradient(to right bottom, $mk-brand-gradient-start, $ .o_content, .modal-content { max-width: 100%; } + +//---------------------------------------------------------- +// Tooltips +//---------------------------------------------------------- + +.o_tooltip { + &.o_animated { + display: none; + } +}