1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-08 05:47:50 +02: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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