Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 85babca69f574d2a044f4891c8a8bbdfd0c88dcc https://github.com/xwiki/xwiki-platform/commit/85babca69f574d2a044f4891c8a8b... Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 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) (#2899) * 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) Co-authored-by: Lucas C <lucas.charpentier@imt-atlantique.net>