From 6d08b8d08785a28dd9146c0801d1497a3df54ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Wed, 13 Sep 2017 01:36:11 -0400 Subject: [PATCH] Fix hovering condensed messages --- client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 4ead5c6c..fa267350 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -845,7 +845,7 @@ kbd { display: flex; } -#chat .condensed-summary:hover { +#chat .condensed-summary .content:hover { opacity: 0.6; }