diff options
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/resources/scss')
-rw-r--r-- | workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss b/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss index 6554219c..f4421770 100644 --- a/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss +++ b/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss @@ -55,6 +55,9 @@ fill: $blue; cursor: pointer; } + &.disabled { + fill: $gray; + } .svg-icon { width: 25px; height: 23px; |