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">
|
||||
<button
|
||||
[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-secondary]="!action.selected"
|
||||
*ngFor="let action of mainActions$ | async"
|
||||
|
||||
Reference in New Issue
Block a user