Branch: refs/heads/backport-2897-to-stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: ffe7818a846b0f9d5e980622ab7b72303e5510f2 https://github.com/xwiki/xwiki-platform/commit/ffe7818a846b0f9d5e980622ab7b7... Author: Lucas C <lucas.charpentier@imt-atlantique.net> Date: 2024-02-16 (Fri, 16 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/messages.less M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/variablesInit.vm Log Message: ----------- XWIKI-21886: No contrast on Readable colorTheme message boxes (#2897) * Updated the no colortheme initialization of variables to match more closely what is needed for box contrast * Removed the override of the style itself. We just need to override the variable value. Note: There's no place in the codebase where I can see that those `state` colors are used, but better safe than sorry. This solution seems the safest to me. (cherry picked from commit 58576db23e6fba952f5c9eab132e5689bbe146fd)