mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/roomlist: don't allow selecting unread counter text
This commit is contained in:
parent
ddf20b34d2
commit
8c9925959a
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ div.room-entry-unreads {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: var(--unread-count-size);
|
border-radius: var(--unread-count-size);
|
||||||
color: var(--unread-counter-text-color);
|
color: var(--unread-counter-text-color);
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
background-color: var(--unread-counter-message-bg);
|
background-color: var(--unread-counter-message-bg);
|
||||||
height: var(--unread-count-size);
|
height: var(--unread-count-size);
|
||||||
|
|
Loading…
Add table
Reference in a new issue