From 3153830005e49a6df4070eea11448f01d1bbfb73 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 25 Mar 2019 17:08:22 +0200 Subject: [PATCH] Change condensed summary hover to an underline --- client/css/style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 2953c7e8..60aa38ae 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1000,7 +1000,6 @@ background on hover (unless active) */ #chat .condensed-summary .content { display: block; cursor: pointer; - transition: opacity 0.2s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; @@ -1012,11 +1011,7 @@ background on hover (unless active) */ } #chat .condensed-summary .content:hover { - opacity: 0.6; -} - -#chat .condensed-summary .toggle-button:hover { - opacity: 1; + text-decoration: underline; } #chat .condensed.closed .msg {