Browse Source

fix(workflow): Fix icon colors in settings

Signed-off-by: Joas Schilling <coding@schilljs.com>
bugfix/noid/workflow-colors
Joas Schilling 2 weeks ago
parent
commit
cd61d7819f
No known key found for this signature in database GPG Key ID: F72FA5B49FFA96B0
  1. 6
      apps/workflowengine/src/styles/operation.scss

6
apps/workflowengine/src/styles/operation.scss

@ -59,6 +59,9 @@ small {
h3, small {
color: var(--color-primary-element-text)
}
.icon:not(.icon-invert) {
filter: invert(100%);
}
}
.actions__item:not(.colored) {
@ -82,6 +85,3 @@ small {
}
}
.colored .icon-invert {
filter: var(--background-invert-if-bright);
}
Loading…
Cancel
Save