Skip to content

Commit

Permalink
chore: change incompatible button text color to more accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak committed Jan 17, 2025
1 parent d055098 commit 09edf15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/element-templates.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 09edf15

Please sign in to comment.