mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[Icons] FF - requested icon changes (#2306)
* [Icons] Remove FA * Icon changes
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</li>
|
||||
<li routerLinkActive="active">
|
||||
<a routerLink="generator" appA11yTitle="{{ 'passGen' | i18n }}">
|
||||
<i class="bwi bwi-generate bwi-2x" aria-hidden="true"></i>{{ "generator" | i18n }}
|
||||
<i class="bwi bwi-generate-f bwi-2x" aria-hidden="true"></i>{{ "generator" | i18n }}
|
||||
</a>
|
||||
</li>
|
||||
<li routerLinkActive="active">
|
||||
|
||||
@@ -464,7 +464,7 @@
|
||||
appA11yTitle="{{ 'toggleOptions' | i18n }}"
|
||||
(click)="toggleUriOptions(u)"
|
||||
>
|
||||
<i class="bwi bwi-lg bwi-cog-f" aria-hidden="true"></i>
|
||||
<i class="bwi bwi-lg bwi-cog" aria-hidden="true"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -41,11 +41,7 @@
|
||||
>
|
||||
<div class="row-main">
|
||||
<div class="icon">
|
||||
<i
|
||||
class="bwi bwi-fw bwi-lg"
|
||||
aria-hidden="true"
|
||||
[ngClass]="{ 'bwi-bw-folder-open-f': f.node.id, 'bwi-folder-open': !f.node.id }"
|
||||
></i>
|
||||
<i class="bwi bwi-fw bwi-lg bwi-folder" aria-hidden="true"></i>
|
||||
</div>
|
||||
<span class="text">{{ f.node.name }}</span>
|
||||
</div>
|
||||
|
||||
@@ -130,10 +130,7 @@
|
||||
>
|
||||
<div class="row-main">
|
||||
<div class="icon">
|
||||
<i
|
||||
class="bwi bwi-fw bwi-lg"
|
||||
[ngClass]="{ 'bwi-bw-folder-open-f': f.node.id, 'bwi-folder-open': !f.node.id }"
|
||||
></i>
|
||||
<i class="bwi bwi-fw bwi-lg bwi-folder"></i>
|
||||
</div>
|
||||
<span class="text">{{ f.node.name }}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user