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 2017e527d2f1ed76bd1930bd492ddd011db80af1 Author: GChuf <[email protected]> AuthorDate: Mon Oct 27 09:28:06 2025 +0100 ARTEMIS-5720: Remove shorthand CSS property for background --- artemis-console-extension/artemis-extension/app/public/css/activemq.css | 2 -- 1 file changed, 2 deletions(-) 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 5d0a2d2..ee2ca37 100644 --- a/artemis-console-extension/artemis-extension/app/public/css/activemq.css +++ b/artemis-console-extension/artemis-extension/app/public/css/activemq.css @@ -194,7 +194,6 @@ svg.pf-v5-svg { .pf-v5-c-button.pf-m-primary.pf-m-hover, .pf-v5-c-button.pf-m-primary:hover { background-color: var(--artemis-global--primary-color--100); background-image: linear-gradient(to bottom,var(--artemis-global--primary-color--100) 0,#B24E78 100%); - background: var(--artemis-global--primary-color-dark); border-color: var(--artemis-global--primary-color--100); } @@ -251,7 +250,6 @@ tbody>tr:hover { .btn-primary.visited{ background-color: var(--artemis-global--primary-color--100); background-image: linear-gradient(to bottom,var(--artemis-global--primary-color--100) 0,var(--artemis-global--primary-color--100) 100%); - background: var(--artemis-global--primary-color-dark); border-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
