diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-19 15:57:52 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-19 15:57:52 +0100 |
commit | c4f7fe09cd014b0ec5c0d64fd320780c45461c06 (patch) | |
tree | f784271f0956f8b743561ecdc99f60c531b38117 /client/src/app/+videos | |
parent | 4f926722ea6784ea389013378fd233f59077ec8a (diff) | |
download | PeerTube-c4f7fe09cd014b0ec5c0d64fd320780c45461c06.tar.gz PeerTube-c4f7fe09cd014b0ec5c0d64fd320780c45461c06.tar.zst PeerTube-c4f7fe09cd014b0ec5c0d64fd320780c45461c06.zip |
Use sass instead of deprecated node sass
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.scss b/client/src/app/+videos/+video-watch/video-watch.component.scss index d0cefdc92..9d8dffe3d 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.scss +++ b/client/src/app/+videos/+video-watch/video-watch.component.scss | |||
@@ -352,7 +352,7 @@ $video-info-margin-left: 44px; | |||
352 | .video-info-description-html { | 352 | .video-info-description-html { |
353 | @include peertube-word-wrap; | 353 | @include peertube-word-wrap; |
354 | 354 | ||
355 | /deep/ a { | 355 | ::ng-deep a { |
356 | text-decoration: none; | 356 | text-decoration: none; |
357 | } | 357 | } |
358 | } | 358 | } |