This is an automated email from the ASF dual-hosted git repository. andytaylor pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
commit 86969693808812578a293dae5a3928de86ab2022 Author: GChuf <[email protected]> AuthorDate: Mon Oct 27 09:45:06 2025 +0100 ARTEMIS-5720: Remove extra semicolon --- artemis-console-extension/artemis-extension/app/public/css/activemq.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis-console-extension/artemis-extension/app/public/css/activemq.css b/artemis-console-extension/artemis-extension/app/public/css/activemq.css index ee2ca37..7044761 100644 --- a/artemis-console-extension/artemis-extension/app/public/css/activemq.css +++ b/artemis-console-extension/artemis-extension/app/public/css/activemq.css @@ -323,7 +323,7 @@ background-color: var(--artemis-global--primary-color--300); --pf-v5-global--link--Color--hover: var(--artemis-global--primary-second-color-100); --pf-v5-global--link--Color: var(--artemis-global--primary-color--100); --pf-v5-global--link--Color--dark: var(--artemis-global--primary-color--100); - --pf-v5-global--link--Color--light: var(--artemis-global--primary-color--300);; + --pf-v5-global--link--Color--light: var(--artemis-global--primary-color--300); --pf-v5-global--link--Color--light--hover: var(--artemis-global--primary-color--400); /** icon inside broker diagram */ --pf-v5-topology__node--Color: var(--artemis-global--primary-color--100); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
