diff --git a/app/assets/stylesheets/single-post-view.scss b/app/assets/stylesheets/single-post-view.scss index 15fdbcbde..0593436d3 100644 --- a/app/assets/stylesheets/single-post-view.scss +++ b/app/assets/stylesheets/single-post-view.scss @@ -152,5 +152,10 @@ .interaction-avatars { overflow: hidden; + + .author-name:focus, + .author-name:hover { + text-decoration: none; + } } }