mirror of
https://github.com/bitwarden/jslib
synced 2025-12-28 14:13:14 +00:00
Icon fixes for callouts and verify mp (#640)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
[attr.role]="useAlertRole ? 'alert' : null"
|
||||
>
|
||||
<h3 class="callout-heading" *ngIf="title">
|
||||
<i class="{{ icon }}" *ngIf="icon" aria-hidden="true"></i>
|
||||
<i class="bwi {{ icon }}" *ngIf="icon" aria-hidden="true"></i>
|
||||
{{ title }}
|
||||
</h3>
|
||||
<div class="enforced-policy-options" *ngIf="enforcedPolicyOptions">
|
||||
|
||||
Reference in New Issue
Block a user