diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-27 16:02:34 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-27 16:04:06 +0200 |
commit | 84b6dbcc6e8654f39ec798905e1151ba915cd1aa (patch) | |
tree | 2fb8e58df3f1016087fe56f5209a7cac17418c07 /client/src | |
parent | 11b8762f9c815930982599f4ff90c0db60eaf0ca (diff) | |
download | PeerTube-84b6dbcc6e8654f39ec798905e1151ba915cd1aa.tar.gz PeerTube-84b6dbcc6e8654f39ec798905e1151ba915cd1aa.tar.zst PeerTube-84b6dbcc6e8654f39ec798905e1151ba915cd1aa.zip |
Underline links in feed popover when hovering
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/video/video-feed.component.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/shared/video/video-feed.component.scss b/client/src/app/shared/video/video-feed.component.scss index a5d1aabf7..9dab18ffd 100644 --- a/client/src/app/shared/video/video-feed.component.scss +++ b/client/src/app/shared/video/video-feed.component.scss | |||
@@ -2,8 +2,6 @@ | |||
2 | 2 | ||
3 | .video-feed { | 3 | .video-feed { |
4 | a { | 4 | a { |
5 | @include disable-default-a-behaviour; | ||
6 | |||
7 | color: black; | 5 | color: black; |
8 | display: block; | 6 | display: block; |
9 | } | 7 | } |