From 4ddaaf0b1f2cb7d4c0a86b5cb5a4a4a92f824107 Mon Sep 17 00:00:00 2001 From: benwiesner1 <42681729+benwiesner1@users.noreply.github.com> Date: Fri, 31 Jul 2020 20:44:26 -0700 Subject: [PATCH] Update css.php (#5375) remove underline on hover i think is a bit cleaner --- themes/default/css.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/default/css.php b/themes/default/css.php index d4a8cff03e..c0646ce129 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -1197,7 +1197,7 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT'); a.login_link:hover { color: !important; cursor: pointer; - text-decoration: underline; + text-decoration: none; } ; - text-decoration: underline; + text-decoration: none; } button.btn { @@ -1675,7 +1675,7 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT'); th a:hover { color: ; - text-decoration: underline; + text-decoration: none; } td {