Branch: refs/heads/claude/intelligent-mccarthy-QAZRm Home: https://github.com/xwiki/xwiki-platform Commit: f6f5448ff6545bd278f3c7470230520d7fc7d02d https://github.com/xwiki/xwiki-platform/commit/f6f5448ff6545bd278f3c74702305... Author: Claude <[email protected]> Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/extension/extension.css Log Message: ----------- fix: Remove invalid CSS property 'sborder' in extension.css Removes the unknown CSS property 'sborder: 1px solid red' from the .innerMenu li rule. This was flagged by SonarCloud (css:S4654) as an unexpected unknown property. The property has no visual effect since it is not a valid CSS property name, so removing it is safe. https://claude.ai/code/session_018u713mgsjJb1am9awF1m5A To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications