Skip to content

Commit 7323155

Browse files
authored
fix(mux-player): Use solid accent color in rate menu (#804)
To match the rest of the theme I removed the opacity on the selected items as we hadn't used shades of the accent color elsewhere. This also nicely increases the contrast. <img width="262" alt="image" src="https://github.com/muxinc/elements/assets/9952680/3f849737-e359-471a-aaad-be0b142b24d2"> <br> <img width="261" alt="image" src="https://github.com/muxinc/elements/assets/9952680/9c0fa8e0-5e65-45fc-87ad-7ebce78e30c3">
1 parent 0b90bd0 commit 7323155

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/mux-player/src/themes/gerwig/gerwig.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@
197197

198198
media-playback-rate-listbox::part(option-selected) {
199199
color: #fff;
200-
opacity: 0.6;
201200
}
202201

203202
:host(:not([audio])) media-time-range {

0 commit comments

Comments
 (0)