mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01: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:
parent
dafe795854
commit
f8ccf0cfb8
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user