From 60bf17fe919df57bc54a46415c0d77832a9226c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Wed, 26 Jul 2017 01:38:51 -0400 Subject: [PATCH] Remove user link color override on dark theme This fixes a UI glitch on hover when colored nicknames are disabled on Morning and Zenburn. --- client/themes/morning.css | 4 ---- client/themes/zenburn.css | 4 ---- 2 files changed, 8 deletions(-) diff --git a/client/themes/morning.css b/client/themes/morning.css index e4bb1474..17e68bcd 100644 --- a/client/themes/morning.css +++ b/client/themes/morning.css @@ -64,10 +64,6 @@ body { color: #b0bacf; } -#chat .user:hover { - color: #fefefe; -} - #chat.colored-nicks .user.color-1 { color: #f7adf7; } #chat.colored-nicks .user.color-2 { color: #abf99f; } #chat.colored-nicks .user.color-3 { color: #86efdc; } diff --git a/client/themes/zenburn.css b/client/themes/zenburn.css index 4de2a330..1465a3b3 100644 --- a/client/themes/zenburn.css +++ b/client/themes/zenburn.css @@ -90,10 +90,6 @@ body { color: #bc8cbc; } -#chat .user:hover { - color: #dcdccc; -} - #chat.colored-nicks .user.color-1 { color: #f7adf7; } #chat.colored-nicks .user.color-2 { color: #abf99f; } #chat.colored-nicks .user.color-3 { color: #86efdc; }