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
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
1 changed files with
3 additions and
3 deletions
-
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); |
|
|
|
} |