Branch: refs/heads/master
Home:
https://github.com/xwiki/xwiki-platform
Commit: 58576db23e6fba952f5c9eab132e5689bbe146fd
https://github.com/xwiki/xwiki-platform/commit/58576db23e6fba952f5c9eab132e…
Author: Lucas C <lucas.charpentier(a)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.