mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
remove border styles, allow for component library to style the icon button (#11154)
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
*ngIf="variant === 'edit'"
|
*ngIf="variant === 'edit'"
|
||||||
type="button"
|
type="button"
|
||||||
buttonType="danger"
|
buttonType="danger"
|
||||||
class="tw-border-0 tw-ml-auto"
|
class="tw-ml-auto"
|
||||||
bitIconButton="bwi-trash"
|
bitIconButton="bwi-trash"
|
||||||
[appA11yTitle]="'deleteCustomField' | i18n: customFieldForm.value.label"
|
[appA11yTitle]="'deleteCustomField' | i18n: customFieldForm.value.label"
|
||||||
(click)="removeField()"
|
(click)="removeField()"
|
||||||
|
|||||||
Reference in New Issue
Block a user