mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
[SM-342] Password Toggle directive (#3850)
This commit is contained in:
@@ -79,7 +79,7 @@ const sizes: Record<IconButtonSize, string[]> = {
|
||||
};
|
||||
|
||||
@Component({
|
||||
selector: "button[bitIconButton]",
|
||||
selector: "button[bitIconButton]:not(button[bitButton])",
|
||||
templateUrl: "icon-button.component.html",
|
||||
providers: [{ provide: ButtonLikeAbstraction, useExisting: BitIconButtonComponent }],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user