mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
fix send list item button hover (#11109)
This commit is contained in:
parent
80a9836cb2
commit
1a961ee294
@ -33,21 +33,22 @@
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user