mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
hide icon
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<div class="icon">
|
<div class="icon" aria-hidden="true">
|
||||||
<img [src]="image" appFallbackSrc="{{fallbackImage}}" *ngIf="imageEnabled && image" alt="" />
|
<img [src]="image" appFallbackSrc="{{fallbackImage}}" *ngIf="imageEnabled && image" alt="" />
|
||||||
<i class="fa fa-fw fa-lg {{icon}}" *ngIf="!imageEnabled || !image"></i>
|
<i class="fa fa-fw fa-lg {{icon}}" *ngIf="!imageEnabled || !image"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user