Skip to content

Commit 63203d2

Browse files
committed
Fixes AB#558: Accessible button tooltips
Custom tooltips replaced with user-agent tooltips (title attribute)
1 parent 1aa4a74 commit 63203d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/components/account/details/programatic-usage/aad-credentials-picker/generate-aad-app-secret/generate-aad-app-secret.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ <h4>Secret</h4>
3131
<bl-aad-app-secret-picker [formControl]="secret">
3232
</bl-aad-app-secret-picker>
3333

34-
<bl-button type="wide" color="primary" [action]="addNewSecret" matTooltip="Add a new secret without modifing the existing ones">
34+
<bl-button type="wide" color="primary" [action]="addNewSecret" title="Add a new secret without modifing the existing ones">
3535
Add
3636
</bl-button>
3737

38-
<bl-button *ngIf="passwordCredentials.size > 0" type="wide" color="danger" [action]="resetCredentials" matTooltip="Reset credentials. This will remove all existing secrets and replace it with a new one">
38+
<bl-button *ngIf="passwordCredentials.size > 0" type="wide" color="danger" [action]="resetCredentials" title="Reset credentials. This will remove all existing secrets and replace it with a new one">
3939
Reset
4040
</bl-button>
4141
</div>

0 commit comments

Comments
 (0)