Merge pull request #1748 from MaxLeiter/highlights
Fix text highlighting when clicking on condensed message toggles
This commit is contained in:
commit
6fc812d272
@ -807,6 +807,10 @@ kbd {
|
|||||||
display: block;
|
display: block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: opacity 0.2s;
|
transition: opacity 0.2s;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .condensed-summary {
|
#chat .condensed-summary {
|
||||||
|
Loading…
Reference in New Issue
Block a user