diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-10 17:05:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-10 17:05:55 +0200 |
commit | c2faa073d113f410275021ed4de4b60fef118c13 (patch) | |
tree | b21a4a26be6b73d7583da4b4cc3dccc7b5437532 /client/src/app/shared/shared-main | |
parent | 3e3b360c53f43f354fe9b191b69cda444fabf712 (diff) | |
download | PeerTube-c2faa073d113f410275021ed4de4b60fef118c13.tar.gz PeerTube-c2faa073d113f410275021ed4de4b60fef118c13.tar.zst PeerTube-c2faa073d113f410275021ed4de4b60fef118c13.zip |
Replace glyphicon chevron
Diffstat (limited to 'client/src/app/shared/shared-main')
-rw-r--r-- | client/src/app/shared/shared-main/misc/list-overflow.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-main/misc/list-overflow.component.html b/client/src/app/shared/shared-main/misc/list-overflow.component.html index ea22a3445..6f29eaefa 100644 --- a/client/src/app/shared/shared-main/misc/list-overflow.component.html +++ b/client/src/app/shared/shared-main/misc/list-overflow.component.html | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | <ng-container *ngIf="isMenuDisplayed()"> | 6 | <ng-container *ngIf="isMenuDisplayed()"> |
7 | <button *ngIf="isInMobileView" class="btn btn-outline-secondary btn-sm list-overflow-menu" (click)="toggleModal()"> | 7 | <button *ngIf="isInMobileView" class="btn btn-outline-secondary btn-sm list-overflow-menu" (click)="toggleModal()"> |
8 | <span class="glyphicon glyphicon-chevron-down"></span> | 8 | <span class="chevron-down"></span> |
9 | </button> | 9 | </button> |
10 | 10 | ||
11 | <div | 11 | <div |
@@ -16,7 +16,7 @@ | |||
16 | <button class="btn btn-outline-secondary btn-sm" [ngClass]="{ 'route-active': active }" | 16 | <button class="btn btn-outline-secondary btn-sm" [ngClass]="{ 'route-active': active }" |
17 | ngbDropdownAnchor (click)="dropdownAnchorClicked(dropdown)" role="button" | 17 | ngbDropdownAnchor (click)="dropdownAnchorClicked(dropdown)" role="button" |
18 | > | 18 | > |
19 | <span class="glyphicon glyphicon-chevron-down"></span> | 19 | <span class="chevron-down"></span> |
20 | </button> | 20 | </button> |
21 | 21 | ||
22 | <div ngbDropdownMenu> | 22 | <div ngbDropdownMenu> |