Skip to content
Snippets Groups Projects
Commit 5c6df506 authored by Alexander Reifschneider's avatar Alexander Reifschneider
Browse files

OZG-7474 Use new ghost buttons

parent cc39db40
No related branches found
No related tags found
1 merge request!49Ozg 7474 weiterleiten button
Showing
with 17 additions and 17 deletions
......@@ -2,7 +2,7 @@
@if (showAsIconButton) {
<ods-button-with-spinner
tooltip="Vorgang weiterleiten"
variant="icon"
variant="ghost"
size="fit"
dataTestId="forward-by-ozgcloud-icon-button"
>
......
......@@ -27,7 +27,7 @@
<ods-button-with-spinner
data-test-id="endgueltig-loeschen-icon-button"
tooltip="Endgültig löschen"
variant="icon"
variant="ghost"
size="fit"
(clickEmitter)="endgueltigLoeschen.emit()"
>
......
......@@ -28,7 +28,7 @@
[stateResource]="loeschAnforderungZuruecknehmenCommand"
data-test-id="loesch-anforderung-zuruecknehmen-icon-button"
tooltip="Löschanforderung zurücknehmen"
variant="icon"
variant="ghost"
size="fit"
(clickEmitter)="loeschAnforderungZuruecknehmen.emit()"
>
......
......@@ -28,7 +28,7 @@
[stateResource]="loeschenAnfordernCommand"
data-test-id="loeschen-anfordern-icon-button"
tooltip="Löschen anfordern"
variant="icon"
variant="ghost"
size="fit"
(clickEmitter)="loeschenAnfordern.emit()"
>
......
......@@ -30,7 +30,7 @@
data-test-id="send-mail-icon-button"
[isLoading]="pendingSendPostfachMailCommand.resource | hasLink: commandLinkRel.UPDATE"
tooltip="Neue Nachricht erstellen"
variant="icon"
variant="ghost"
size="fit"
(clickEmitter)="openPostfachNachrichtenDialog.emit()"
>
......@@ -51,7 +51,7 @@
data-test-id="create-mail-button-without-text"
[isLoading]="pendingSendPostfachMailCommand.resource | hasLink: commandLinkRel.UPDATE"
[tooltip]="toolTip"
variant="icon"
variant="ghost"
size="fit"
(clickEmitter)="openPostfachNachrichtenDialog.emit()"
>
......
......@@ -24,7 +24,7 @@
-->
<a [routerLink]="linkTo" data-test-id="back-button" [tooltip]="label" tooltipAriaType="aria-labelledby">
<ods-button variant="icon" size="fit">
<ods-button variant="ghost" size="fit">
<ods-arrow-left-icon icon class="fill-text" />
</ods-button>
</a>
......@@ -28,7 +28,7 @@
svgIcon="account_outline"
tooltip="Bearbeiter zuordnen"
data-test-id="assign-user-profile-icon-button"
variant="icon"
variant="ghost"
size="fit"
(clickEmitter)="showUserProfileSearch()"
>
......
......@@ -30,7 +30,7 @@
[stateResource]="commandStateResource$ | async"
data-test-id="abschliessen-icon-button"
tooltip="Vorgang abschließen"
variant="icon"
variant="ghost"
size="fit"
(clickEmitter)="abschliessen()"
>
......
......@@ -29,7 +29,7 @@
[stateResource]="commandStateResource$ | async"
(clickEmitter)="annehmen()"
tooltip="Vorgang annehmen"
variant="icon"
variant="ghost"
size="fit"
data-test-id="annehmen-icon-button"
>
......
......@@ -30,7 +30,7 @@
[stateResource]="commandStateResource$ | async"
data-test-id="bearbeiten-icon-button"
tooltip="Vorgang bearbeiten"
variant="icon"
variant="ghost"
size="fit"
(clickEmitter)="bearbeiten()"
>
......
......@@ -29,7 +29,7 @@
[stateResource]="commandStateResource$ | async"
(clickEmitter)="bescheiden()"
[tooltip]="toolTipText"
variant="icon"
variant="ghost"
size="fit"
data-test-id="bescheiden-icon-button"
>
......
......@@ -29,7 +29,7 @@
[stateResource]="commandStateResource$ | async"
data-test-id="verwerfen-icon-button"
tooltip="Vorgang verwerfen"
variant="icon"
variant="ghost"
size="fit"
(clickEmitter)="verwerfen()"
>
......
......@@ -29,7 +29,7 @@
[stateResource]="commandStateResource$ | async"
data-test-id="wiedereroeffnen-icon-button"
tooltip="Vorgang wiedereröffnen"
variant="icon"
variant="ghost"
size="fit"
(clickEmitter)="wiedereroeffnen()"
>
......
......@@ -28,7 +28,7 @@
<ods-button-with-spinner
[stateResource]="commandStateResource$ | async"
data-test-id="zurueckholen-icon-button"
variant="icon"
variant="ghost"
size="fit"
tooltip="Vorgang zurückholen"
(clickEmitter)="zurueckholen()"
......
......@@ -30,7 +30,7 @@
[stateResource]="commandStateResource$ | async"
data-test-id="zurueckstellen-icon-button"
tooltip="Vorgang zurückstellen"
variant="icon"
variant="ghost"
size="fit"
(clickEmitter)="zurueckstellen()"
>
......
......@@ -30,7 +30,7 @@
@if (showAsIconButton) {
<ods-button-with-spinner
data-test-id="create-wiedervorlage-icon-button"
variant="icon"
variant="ghost"
size="fit"
tooltip="Wiedervorlage erstellen"
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment