1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-12553][Defect] Delete Attachment button needs hover state. (#11339)

* Remove tw-border-none class from delete button.

* Add transparent border
This commit is contained in:
Alec Rippberger
2024-10-01 11:48:59 -05:00
committed by GitHub
parent dafe795854
commit f8ccf0cfb8

View File

@@ -3,7 +3,7 @@
buttonType="danger"
size="small"
type="button"
class="tw-border-none"
class="tw-border-transparent"
[appA11yTitle]="'deleteAttachmentName' | i18n: attachment.fileName"
[bitAction]="delete"
></button>