fix(room list): add cursor pointer on room list item (#29627)

This commit is contained in:
Florian Duros 2025-03-31 15:15:56 +02:00 committed by GitHub
parent 7970b968c2
commit 24d9a174d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@
*/
.mx_RoomListItemView {
all: unset;
cursor: pointer;
&:hover {
background-color: var(--cpd-color-bg-action-secondary-hovered);