From 84b6dbcc6e8654f39ec798905e1151ba915cd1aa Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 27 Aug 2018 16:02:34 +0200 Subject: [PATCH] Underline links in feed popover when hovering --- client/src/app/shared/video/video-feed.component.scss | 2 -- 1 file changed, 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 @@ .video-feed { a { - @include disable-default-a-behaviour; - color: black; display: block; }