diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-11 10:38:17 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-11 10:38:17 +0100 |
commit | dc595ab7caf407ab83cd55a641eadab0bbe778b3 (patch) | |
tree | 4b030379198d65268df47b160d627fadd743af52 /client/src/app/account/account-videos/account-videos.component.html | |
parent | 9e6b41cc1d825182bcfdf51364fdf3eae8001244 (diff) | |
download | PeerTube-dc595ab7caf407ab83cd55a641eadab0bbe778b3.tar.gz PeerTube-dc595ab7caf407ab83cd55a641eadab0bbe778b3.tar.zst PeerTube-dc595ab7caf407ab83cd55a641eadab0bbe778b3.zip |
Fix selection buttons in my videos
Diffstat (limited to 'client/src/app/account/account-videos/account-videos.component.html')
-rw-r--r-- | client/src/app/account/account-videos/account-videos.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/account/account-videos/account-videos.component.html b/client/src/app/account/account-videos/account-videos.component.html index 77f959fef..f69c0487d 100644 --- a/client/src/app/account/account-videos/account-videos.component.html +++ b/client/src/app/account/account-videos/account-videos.component.html | |||
@@ -19,7 +19,7 @@ | |||
19 | <!-- Display only once --> | 19 | <!-- Display only once --> |
20 | <div class="action-selection-mode" *ngIf="isInSelectionMode() === true && i === 0"> | 20 | <div class="action-selection-mode" *ngIf="isInSelectionMode() === true && i === 0"> |
21 | <div class="action-selection-mode-child"> | 21 | <div class="action-selection-mode-child"> |
22 | <span class="action-button" (click)="abortSelectionMode()"> | 22 | <span class="action-button action-button-cancel-selection" (click)="abortSelectionMode()"> |
23 | Cancel | 23 | Cancel |
24 | </span> | 24 | </span> |
25 | 25 | ||