Disabled items
This commit is contained in:
parent
aeb804b591
commit
c9ca054f39
@ -1,8 +1,10 @@
|
||||
@use 'common-mixins';
|
||||
@use 'variables';
|
||||
|
||||
.file-actions {
|
||||
display: flex;
|
||||
overflow-y: auto;
|
||||
color: variables.$grey-1;
|
||||
@include common-mixins.no-scroll-bar;
|
||||
|
||||
> *:not(:last-child) {
|
||||
|
||||
@ -55,6 +55,7 @@
|
||||
<iqser-workflow
|
||||
*ngIf="(listingMode$ | async) === listingModes.workflow"
|
||||
[config]="workflowConfig"
|
||||
[itemClasses]="{ disabled: disabledFn }"
|
||||
[itemTemplate]="workflowItemTemplate"
|
||||
></iqser-workflow>
|
||||
</div>
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit ba4fbdabe60953281cbdded67e532e1929c88727
|
||||
Subproject commit 5973631a1d554b914a8a036cd7116c9d9f7f4210
|
||||
Loading…
x
Reference in New Issue
Block a user