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">
|
<ng-container slot="end">
|
||||||
<bit-item-action>
|
<bit-item-action>
|
||||||
<button
|
<button
|
||||||
|
class="tw-p-1"
|
||||||
|
bitIconButton="bwi-clone"
|
||||||
|
size="small"
|
||||||
type="button"
|
type="button"
|
||||||
(click)="copySendLink(send)"
|
(click)="copySendLink(send)"
|
||||||
appA11yTitle="{{ 'copyLink' | i18n }} - {{ send.name }}"
|
appA11yTitle="{{ 'copyLink' | i18n }} - {{ send.name }}"
|
||||||
>
|
></button>
|
||||||
<i class="bwi tw-text-lg bwi-clone"></i>
|
|
||||||
</button>
|
|
||||||
</bit-item-action>
|
</bit-item-action>
|
||||||
<bit-item-action>
|
<bit-item-action>
|
||||||
<button
|
<button
|
||||||
|
bitIconButton="bwi-trash"
|
||||||
|
size="small"
|
||||||
type="button"
|
type="button"
|
||||||
(click)="deleteSend(send)"
|
(click)="deleteSend(send)"
|
||||||
appA11yTitle="{{ 'delete' | i18n }} - {{ send.name }}"
|
appA11yTitle="{{ 'delete' | i18n }} - {{ send.name }}"
|
||||||
>
|
></button>
|
||||||
<i class="bwi tw-text-lg bwi-trash"></i>
|
|
||||||
</button>
|
|
||||||
</bit-item-action>
|
</bit-item-action>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user