[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"
|
||||
size="small"
|
||||
type="button"
|
||||
class="tw-border-none"
|
||||
class="tw-border-transparent"
|
||||
[appA11yTitle]="'deleteAttachmentName' | i18n: attachment.fileName"
|
||||
[bitAction]="delete"
|
||||
></button>
|
||||
|
|
Loading…
Reference in New Issue