Skip to content
Snippets Groups Projects
Commit 440c0f04 authored by Manushi Shah (mash)'s avatar Manushi Shah (mash) Committed by Aurélien Warnon
Browse files

[FIX] mass_mailing: ensure close button is visible in mobile preview


This commit adapts the style of the close button on the mass mailing "mobile
preview" to ensure that it's visible in both regular mode and dark mode.

Task-3326846

closes odoo/odoo#121796

Signed-off-by: default avatarWarnon Aurélien (awa) <awa@odoo.com>
parent 6c4a92f5
Branches
Tags
No related merge requests found
......@@ -18,7 +18,7 @@
font-family: $o-we-font-family;
.btn-close {
filter: invert(1) grayscale(100%) brightness(200%);
filter: invert(50%) grayscale(100%) brightness(200%);
}
h4 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment