Fix text highlighting when clicking on condensed message toggles
This commit is contained in:
parent
d9efaef369
commit
d9d4672d75
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user