Skip to content

Commit 4973567

Browse files
authored
style: cursor pointer only for room item (#459)
1 parent b5bc0f0 commit 4973567

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/RoomsList/RoomsList.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
flex: 1;
3030
position: relative;
3131
max-width: 100%;
32-
cursor: pointer;
3332
padding: 0 10px 5px;
3433
overflow-y: auto;
3534
}
@@ -48,6 +47,10 @@
4847
&:hover {
4948
background: var(--chat-sidemenu-bg-color-hover);
5049
}
50+
51+
&:not(.vac-room-selected) {
52+
cursor: pointer;
53+
}
5154
}
5255

5356
.vac-room-selected {

0 commit comments

Comments
 (0)