mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 18:43:41 -05:00
web/roomlist: disable text selection
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
parent
91676f3e98
commit
fa8830453a
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ div.room-entry {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
|
-webkit-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: var(--clickable-cursor);
|
cursor: var(--clickable-cursor);
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue