Merge pull request #1748 from MaxLeiter/highlights

Fix text highlighting when clicking on condensed message toggles
This commit is contained in:
Pavel Djundik 2017-11-27 11:48:03 +02:00 committed by GitHub
commit 6fc812d272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {