Transparent tracks in track selector
See original GitHub issueDescription
On single player example here - https://videogular.github.io/videogular2-showroom/#/single-player when you click the cc button, there’s a select element with a list of subtitle tracks. However, labels are not visible due to the
vg-track-selector select.trackSelector {
...
color: transparent; // ?
}
css rule. Is this particular line intended for something else, or it’s just a bug?
Expected Behavior
Labels in select element are visible, i.e. black text on white drop down.
Actual Behavior
Labels in select element are not visible due to the css rule, i.e. white text on white drop down.
Steps to Reproduce
If this is an issue, describe the steps you took to see the issue. If this is a feature, delete this block.
- open https://videogular.github.io/videogular2-showroom/#/single-player
- click cc button
Attachments
Try to include screenshots for bugs or design assets for enhancements
Problem |
---|
![]() |
Track labels in <select> aren’t visible |
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Transparent Tracks - Custom Acrylic Plaques
Create your own Custom Plaque and remember your favourite moments in a unique way. Free world wide shipping available.
Read more >Transparent tracks - Etsy
Check out our transparent tracks selection for the very best in unique or custom, handmade pieces from our shops.
Read more >Transparent tracks? - Logic Pro Help
Is there a way to make active tracks, which are colored, transparent as well? It would make it easier for editing. Thanks. Peter....
Read more >Cure Projects with Oddly-Behaving Transparent Tracks
Switch track compositing to None. Next, switch back again to either High Quality or Preview. Save project. Done. Your transparent tracks should now...
Read more >Transparent Tracks by Aaronmaxwell on Amazon Music
1. 1 Romantic Deal $0.99
2. 2 Inner Workings of a Barcode Scanner $0.99
3. 3 Love and Happiness $0.99
4. 4 Cruisin, Pt. 2 $0.99...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@impankratov fixed!
@Elecash it’s pretty easy to fix, just add a rule for
option
:If that’s all that needs to be done, I can make a PR