From 555f0d95b283b06dc76cd17dbf2c33f17a9e0adb Mon Sep 17 00:00:00 2001 From: Jarek Danielak Date: Fri, 17 Jan 2025 13:04:13 +0100 Subject: [PATCH] chore: change incompatible button text color to more accessible Related to https://github.com/camunda/camunda-modeler/issues/4766 --- assets/element-templates.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/element-templates.css b/assets/element-templates.css index 80af07fd..502b6974 100644 --- a/assets/element-templates.css +++ b/assets/element-templates.css @@ -11,6 +11,8 @@ --incompatible-template-background-color: rgb(255, 131, 43); --incompatible-template-hover-background-color: hsl(25, 100%, 50%); + --incompatible-template-fill-color: var(--color-grey-225-10-15); + --incompatible-template-label-color: var(--color-grey-225-10-15); --select-template-information-text-color: var(--color-grey-225-10-55); @@ -93,8 +95,8 @@ .bio-properties-panel-template-incompatible .bio-properties-panel-group-header-button { background-color: var(--incompatible-template-background-color); - color: var(--select-template-label-color); - fill: var(--select-template-fill-color); + color: var(--incompatible-template-label-color); + fill: var(--incompatible-template-fill-color); } .bio-properties-panel-template-incompatible .bio-properties-panel-group-header-button:hover {