Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Add hover style over device option menu entries #64

Merged
merged 1 commit into from
Jul 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/early-walls-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@livekit/react-components': patch
---

Hover styles for device menu options
4 changes: 4 additions & 0 deletions packages/components/src/components/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ ul.list li {
cursor: pointer;
}

ul.list li:hover {
background: #434343;
}

ul.list li:first-child {
border: 0;
}
Expand Down