Skip to content

Commit

Permalink
WFNEWS-2234 Clickable back button
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 committed Jun 22, 2024
1 parent 8443089 commit f6c0522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</div>
<div class="incident-details" [ngClass]="{desktop: !isMobileView()}">
<div class="details-content">
<div *ngIf="!isMobileView()" class="back-button">
<img alt="icon" (click)="back()" height="24" width="24" src="/assets/images/svg-icons/arrow-left-grey.svg">
<div *ngIf="!isMobileView()" (click)="back()" class="back-button">
<img alt="icon" height="24" width="24" src="/assets/images/svg-icons/arrow-left-grey.svg">
<span>Back</span>
</div>
<div *ngIf="incident">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@
span{
padding-left: 9px;
}
max-width: 100px;
}

.back-button:hover {
Expand Down

0 comments on commit f6c0522

Please sign in to comment.