mirror of https://github.com/OCA/social.git
[IMP] mail_full_expand: black, isort, prettier
parent
7a531dc76d
commit
0b72161e5f
|
@ -11,15 +11,7 @@
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"application": False,
|
"application": False,
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"depends": [
|
"depends": ["mail", "web"],
|
||||||
"mail",
|
"data": ["views/mail_full_expand.xml", "views/assets.xml"],
|
||||||
"web",
|
"qweb": ["static/src/xml/mail_full_expand.xml"],
|
||||||
],
|
|
||||||
"data": [
|
|
||||||
"views/mail_full_expand.xml",
|
|
||||||
"views/assets.xml",
|
|
||||||
],
|
|
||||||
"qweb": [
|
|
||||||
"static/src/xml/mail_full_expand.xml",
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,11 +9,11 @@
|
||||||
margin-right: -5px;
|
margin-right: -5px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.o_thread_selected_message .o_full_expand {
|
&.o_thread_selected_message .o_full_expand {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.o_full_expand {
|
.o_full_expand {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
|
Loading…
Reference in New Issue