1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-21 10:43:23 +00:00

hide icon

This commit is contained in:
Kyle Spearrin
2019-04-01 23:09:02 -04:00
parent 6ac679355d
commit 1044a8759a

View File

@@ -1,4 +1,4 @@
<div class="icon">
<div class="icon" aria-hidden="true">
<img [src]="image" appFallbackSrc="{{fallbackImage}}" *ngIf="imageEnabled && image" alt="" />
<i class="fa fa-fw fa-lg {{icon}}" *ngIf="!imageEnabled || !image"></i>
</div>