mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
remove border styles, allow for component library to style the icon button (#11154)
This commit is contained in:
parent
ece6f8aae2
commit
c13131acd1
@ -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()"
|
||||||
|
Loading…
Reference in New Issue
Block a user