From c6f3216737c0b8d8946ef66050c14e4468b53efa Mon Sep 17 00:00:00 2001 From: Chandresh Thakkar Date: Mon, 2 Nov 2020 20:01:16 +0530 Subject: [PATCH] [IMP] mail_full_expand: black, isort, prettier --- mail_full_expand/__manifest__.py | 14 +++----------- .../static/src/scss/mail_full_expand.scss | 4 ++-- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/mail_full_expand/__manifest__.py b/mail_full_expand/__manifest__.py index a7fe1f972..df775491e 100644 --- a/mail_full_expand/__manifest__.py +++ b/mail_full_expand/__manifest__.py @@ -11,15 +11,7 @@ "license": "AGPL-3", "application": False, "installable": True, - "depends": [ - "mail", - "web", - ], - "data": [ - "views/mail_full_expand.xml", - "views/assets.xml", - ], - "qweb": [ - "static/src/xml/mail_full_expand.xml", - ], + "depends": ["mail", "web"], + "data": ["views/mail_full_expand.xml", "views/assets.xml"], + "qweb": ["static/src/xml/mail_full_expand.xml"], } diff --git a/mail_full_expand/static/src/scss/mail_full_expand.scss b/mail_full_expand/static/src/scss/mail_full_expand.scss index 969c093ff..1df8d906d 100644 --- a/mail_full_expand/static/src/scss/mail_full_expand.scss +++ b/mail_full_expand/static/src/scss/mail_full_expand.scss @@ -9,11 +9,11 @@ margin-right: -5px; padding: 4px; } - + &.o_thread_selected_message .o_full_expand { opacity: 0.6; } - + &:hover { .o_full_expand { opacity: 0.6;