-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][IMP] web_company_color: Forward port #2209 from 14.0 #2534
Conversation
This PR has the |
For completeness' sake, I feel like I should mention that the module doesn't work as cleanly as it used to in v14 and below. See also the forward port of the same commits v15, that suffers from similar issues. |
/ocabot merge minor |
Hey, thanks for contributing! Proceeding to merge this for you. |
It looks like something changed on |
Congratulations, your PR was merged at 6ac6c2f. Thanks a lot for contributing to OCA. ❤️ |
Hi all, it would be great if you could drop your opinion on this issue #2721. Thanks in advance. |
"color_link_text": values.get("color_link_text") | ||
or 'theme-color("primary")', | ||
"color_link_text_hover": values.get("color_link_text_hover") | ||
or 'darken(theme-color("primary"), 10%)', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you might want to double check if those fallbacks are still the default values in this version, otherwise there'll be weird effects when not all values are set by the user
Hello |
Cherry pick of d59008f and 8c8ffe7