mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-17 12:40:28 +03:00
Added unread highlight in RoomSelector
This commit is contained in:
parent
42f68f61c6
commit
652f8227b5
2 changed files with 15 additions and 3 deletions
|
|
@ -14,6 +14,13 @@
|
|||
border: 1px solid transparent;
|
||||
border-radius: var(--bo-radius);
|
||||
cursor: pointer;
|
||||
|
||||
&--unread {
|
||||
.room-selector__content > .text {
|
||||
font-weight: 500;
|
||||
color: var(--tc-surface-high);
|
||||
}
|
||||
}
|
||||
|
||||
&--selected {
|
||||
background-color: var(--bg-surface);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue