fix(room list): add cursor pointer on room list item (#29627)
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
.mx_RoomListItemView {
|
.mx_RoomListItemView {
|
||||||
all: unset;
|
all: unset;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--cpd-color-bg-action-secondary-hovered);
|
background-color: var(--cpd-color-bg-action-secondary-hovered);
|
||||||
|
|||||||
Reference in New Issue
Block a user