From 4fe180e6d921243fcfd9d881870d809ba7f407fb Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Fri, 30 Dec 2022 13:43:37 +0100 Subject: [PATCH] Fix styling of the comment author text --- .../watch-video-comments/watch-video-comments.css | 4 ++-- .../watch-video-comments/watch-video-comments.vue | 11 ++++------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/renderer/components/watch-video-comments/watch-video-comments.css b/src/renderer/components/watch-video-comments/watch-video-comments.css index 32c621871bdf3..2279816181823 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.css +++ b/src/renderer/components/watch-video-comments/watch-video-comments.css @@ -34,7 +34,6 @@ height: 60px; border-radius: 200px 200px 200px 200px; -webkit-border-radius: 200px 200px 200px 200px; - cursor: pointer; } .commentAuthorWrapper { @@ -53,7 +52,8 @@ } .commentAuthor { - cursor: pointer; + color: inherit; + text-decoration: none; } .commentText { diff --git a/src/renderer/components/watch-video-comments/watch-video-comments.vue b/src/renderer/components/watch-video-comments/watch-video-comments.vue index 1878a191fb89b..3e46ec668ab00 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.vue +++ b/src/renderer/components/watch-video-comments/watch-video-comments.vue @@ -77,18 +77,15 @@
-
-