From f7487e4e5c2e36006e998af3e142aa7ea55bc202 Mon Sep 17 00:00:00 2001 From: Prosk8er Date: Wed, 4 Aug 2021 19:50:17 -0400 Subject: [PATCH] [ticket/16829] forumtitle and lastsubject text decoration hover Fix text decoration on hover for forumtitle and last subject PHPBB3-16829 --- phpBB/styles/prosilver/theme/links.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index 6a61e9a262..4b3376093e 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -93,10 +93,12 @@ a.lastsubject:hover { text-decoration: none } +.row-item .forumtitle:hover, .row-item .topictitle:hover, +.row-item .lastsubject:hover, .row-item .subforum:hover, -.row-item .username:hover, -.row-item .username-coloured:hover { +.row-item a.username:hover, +.row-item a.username-coloured:hover { text-decoration: underline; }