Skip to content

Commit

Permalink
fix send list item button hover (#11109)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaasen-livefront authored Sep 17, 2024
1 parent 80a9836 commit 1a961ee
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,22 @@ <h2 class="tw-font-bold" bitTypography="h6">
<ng-container slot="end">
<bit-item-action>
<button
class="tw-p-1"
bitIconButton="bwi-clone"
size="small"
type="button"
(click)="copySendLink(send)"
appA11yTitle="{{ 'copyLink' | i18n }} - {{ send.name }}"
>
<i class="bwi tw-text-lg bwi-clone"></i>
</button>
></button>
</bit-item-action>
<bit-item-action>
<button
bitIconButton="bwi-trash"
size="small"
type="button"
(click)="deleteSend(send)"
appA11yTitle="{{ 'delete' | i18n }} - {{ send.name }}"
>
<i class="bwi tw-text-lg bwi-trash"></i>
</button>
></button>
</bit-item-action>
</ng-container>
</button>
Expand Down

0 comments on commit 1a961ee

Please sign in to comment.