Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 66cbfd7d3a154b6156df7d2dfd3457fa5990b1ef
https://github.com/xwiki/xwiki-platform/commit/66cbfd7d3a154b6156df7d2dfd34…
Author: Lucas C <lucas.charpentier(a)imt-atlantique.net>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/forms.less
Log Message:
-----------
XWIKI-21586: Language select default option does not have enough contrast (#2641)
* Widened the selector introduced in the fix for XWIKI-21384 to also match the field concerned by this issue
Note: it's important to not reduce the CSS priority of this selector because it can barely get priority on the bootstrap one (and bootstrap wins ties broken by order)
(cherry picked from commit 4142351bfaeacff7107a83dc4ec5a16125268b2c)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 4142351bfaeacff7107a83dc4ec5a16125268b2c
https://github.com/xwiki/xwiki-platform/commit/4142351bfaeacff7107a83dc4ec5…
Author: Lucas C <lucas.charpentier(a)imt-atlantique.net>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/forms.less
Log Message:
-----------
XWIKI-21586: Language select default option does not have enough contrast (#2641)
* Widened the selector introduced in the fix for XWIKI-21384 to also match the field concerned by this issue
Note: it's important to not reduce the CSS priority of this selector because it can barely get priority on the bootstrap one (and bootstrap wins ties broken by order)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 46df9ecccfbfc65725869b762434aa7aabcc1977
https://github.com/xwiki/xwiki-platform/commit/46df9ecccfbfc65725869b762434…
Author: Lucas C <lucas.charpentier(a)imt-atlantique.net>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/action-menus.less
Log Message:
-----------
XWIKI-21585: Hidden headers add unwanted padding (#2639)
* Overwrote bootstrap style to give priority to the .sr-only over .dropdown-header