Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 3bb55b5e94e925d5be51df0ca7a25b3b6f66b16d https://github.com/xwiki/xwiki-platform/commit/3bb55b5e94e925d5be51df0ca7a25... Author: Lucas C <lucas.charpentier@imt-atlantique.net> Date: 2024-02-15 (Thu, 15 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-icon/xwiki-platform-icon-fontawesome/src/main/resources/IconThemes/FontAwesome.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/pom.xml A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/XWikiIconProvider.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/resources/META-INF/components.txt Log Message: ----------- XWIKI-21452: Macros info, success, warning and error are only distinguished by colors (#2590) * Updated style to take into account the addition of an icon in xwiki-rendering * Implementing the IconProvider interface to override xwiki-rendering behavior * Added a text alternative to the icons provided for boxes * Added default translations for the box icons. * Changed margins and gaps between icon and borders * Removed borders from the message macro * Removed box shadow from the message macro * Added a visually distinguished left border to each type of message --------- Co-authored-by: Thiago Krieck <thiago.krieck@xwiki.com>