diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-15 10:33:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-15 10:34:19 +0200 |
commit | 5e7b5fc864e7598615dadc8130fae9d0f0f92241 (patch) | |
tree | 7b6df529b6a34616150809604b62b828292b9e3b /client | |
parent | fbdcd4ec9f549b730f8311512bcc0c0b7bc2db0a (diff) | |
download | PeerTube-5e7b5fc864e7598615dadc8130fae9d0f0f92241.tar.gz PeerTube-5e7b5fc864e7598615dadc8130fae9d0f0f92241.tar.zst PeerTube-5e7b5fc864e7598615dadc8130fae9d0f0f92241.zip |
Remove unused class in download modal
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/shared-video-miniature/video-download.component.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/client/src/app/shared/shared-video-miniature/video-download.component.scss b/client/src/app/shared/shared-video-miniature/video-download.component.scss index 485db5ef5..7f6e03c87 100644 --- a/client/src/app/shared/shared-video-miniature/video-download.component.scss +++ b/client/src/app/shared/shared-video-miniature/video-download.component.scss | |||
@@ -37,15 +37,6 @@ | |||
37 | } | 37 | } |
38 | } | 38 | } |
39 | 39 | ||
40 | .action-button-cancel { | ||
41 | @include peertube-button-link; | ||
42 | } | ||
43 | |||
44 | .action-button-submit { | ||
45 | @include peertube-button-link; | ||
46 | @include orange-button; | ||
47 | } | ||
48 | |||
49 | #dropdown-download-type { | 40 | #dropdown-download-type { |
50 | cursor: pointer; | 41 | cursor: pointer; |
51 | } | 42 | } |