Skip to content
Snippets Groups Projects
Commit 9a2d57c9 authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] website: remove the background color behind the affixed navbar

For some unknown reason (part of a huge refactoring during the BS3 to
BS4 migration at [1]), a background color was applied to the <header>
(behind the navbar) once it becomes fixed (after scroll if the related
header scroll effect has been chosen).
That $light color made no sense as is visible if the header uses rounded
corners but is impossible to edit / remove. As a stable fix, it was
decided to not remove it if the header uses a transparent color, in
which case mixing it with $light actually alters the whole menu color.

Note: this fix is done starting from 14.0 as, in 13.0, there is no
(found) standard possibility to use rounded corners or any other way to
let that $light color appear (except using a transparent menu color, in
which case we want to keep the $light color as a stable fix anyway).

[1]: https://github.com/odoo/odoo/commit/09f40036b9c14161db90c6128861369c91c8c64e



opw-2686695

closes odoo/odoo#89896

Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent d696f070
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment