Fix text highlighting when clicking on condensed message toggles

This commit is contained in:
Max Leiter 2017-11-26 13:55:06 -08:00
parent d9efaef369
commit d9d4672d75

View file

@ -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 {