diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-13 11:26:20 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-13 11:28:20 +0200 |
commit | dc1296a9abfeeb714f321454dde32389a0f40c7e (patch) | |
tree | 684105e9d8b45e63e7ae9f80dc9dea4c7acf3f07 /client/src/app/shared/shared-forms/input-text.component.html | |
parent | 93c728a25a87cf6dae5fc49d42d6af52ff7f7ff2 (diff) | |
download | PeerTube-dc1296a9abfeeb714f321454dde32389a0f40c7e.tar.gz PeerTube-dc1296a9abfeeb714f321454dde32389a0f40c7e.tar.zst PeerTube-dc1296a9abfeeb714f321454dde32389a0f40c7e.zip |
Better icon names
Diffstat (limited to 'client/src/app/shared/shared-forms/input-text.component.html')
-rw-r--r-- | client/src/app/shared/shared-forms/input-text.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-forms/input-text.component.html b/client/src/app/shared/shared-forms/input-text.component.html index 669b5f32e..f890c4f02 100644 --- a/client/src/app/shared/shared-forms/input-text.component.html +++ b/client/src/app/shared/shared-forms/input-text.component.html | |||
@@ -6,8 +6,8 @@ | |||
6 | /> | 6 | /> |
7 | 7 | ||
8 | <button *ngIf="withToggle" (click)="toggle()" type="button" class="btn btn-outline-secondary" [title]="toggleTitle"> | 8 | <button *ngIf="withToggle" (click)="toggle()" type="button" class="btn btn-outline-secondary" [title]="toggleTitle"> |
9 | <my-global-icon *ngIf="show" iconName="sensitive"></my-global-icon> | 9 | <my-global-icon *ngIf="show" iconName="eye-open"></my-global-icon> |
10 | <my-global-icon *ngIf="!show" iconName="unsensitive"></my-global-icon> | 10 | <my-global-icon *ngIf="!show" iconName="eye-close"></my-global-icon> |
11 | </button> | 11 | </button> |
12 | 12 | ||
13 | <button | 13 | <button |