mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-03 16:31:37 +01:00
fix(room list): add cursor pointer on room list item (#29627)
This commit is contained in:
parent
7970b968c2
commit
24d9a174d7
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user