mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Refactor button class in pickup-shelf-out-details.component.html
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<div class="page-pickup-shelf-out-details__action-wrapper">
|
<div class="page-pickup-shelf-out-details__action-wrapper">
|
||||||
<button
|
<button
|
||||||
[disabled]="actionsDisabled$ | async"
|
[disabled]="actionsDisabled$ | async"
|
||||||
class="cta-action shadow-action"
|
[class]="['cta-action', 'shadow-action', action.command.toLowerCase()?.replace('|', '-')]"
|
||||||
[class.cta-action-primary]="action.selected"
|
[class.cta-action-primary]="action.selected"
|
||||||
[class.cta-action-secondary]="!action.selected"
|
[class.cta-action-secondary]="!action.selected"
|
||||||
*ngFor="let action of mainActions$ | async"
|
*ngFor="let action of mainActions$ | async"
|
||||||
|
|||||||
Reference in New Issue
Block a user