Skip to content
Snippets Groups Projects
Commit d2e93463 authored by Younn Olivier's avatar Younn Olivier
Browse files

[FIX] portal: fix copyright color on the portal


Before this commit, for default colors, the text-muted class color was
set as !important from the portal and could not be overriden by the
website, leading to inconsistent display between the website and the
portal for the copyright.

As a fix for stable, we do not change the text-muted color from the
portal when using default colors.

task-2468472

closes odoo/odoo#70538

Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent e44219b1
Branches
Tags
No related merge requests found
......@@ -289,7 +289,7 @@ img, .media_iframe_video, .o_image {
// To be applied to all portal pages if bg-color is white (default).
@if ($o-portal-use-default-colors) {
#wrapwrap.o_portal {
@include o-bg-color($o-portal-bg-color);
@include o-bg-color($o-portal-bg-color, $with-extras: false);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment