Added unread highlight in RoomSelector

This commit is contained in:
unknown 2021-09-09 17:35:39 +05:30
parent 42f68f61c6
commit 652f8227b5
2 changed files with 15 additions and 3 deletions

View file

@ -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);