Skip to content

Commit

Permalink
style: cursor pointer only for room item (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
reslear authored Oct 14, 2023
1 parent b5bc0f0 commit 4973567
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/RoomsList/RoomsList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
flex: 1;
position: relative;
max-width: 100%;
cursor: pointer;
padding: 0 10px 5px;
overflow-y: auto;
}
Expand All @@ -48,6 +47,10 @@
&:hover {
background: var(--chat-sidemenu-bg-color-hover);
}

&:not(.vac-room-selected) {
cursor: pointer;
}
}

.vac-room-selected {
Expand Down

0 comments on commit 4973567

Please sign in to comment.