From d9d4672d7578a814de878c487422f6e1ebeb6c4b Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Sun, 26 Nov 2017 13:55:06 -0800 Subject: [PATCH] Fix text highlighting when clicking on condensed message toggles --- client/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/css/style.css b/client/css/style.css index db97e33a..6ab8c4d3 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -807,6 +807,10 @@ kbd { display: block; cursor: pointer; transition: opacity 0.2s; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } #chat .condensed-summary {