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

Commit

Permalink
Add hover style over device option menu entries (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen authored Jul 4, 2022
1 parent f5b801d commit a30b2dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
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

0 comments on commit a30b2dd

Please sign in to comment.