-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update: Some UI changes for video player (#128)
1. Tabbing through settings menu no longer shows border over menu items (highlights instead). This is because borders/box-shadow/outline does not play well with table-rows on Safari and IE/Edge. Instead, we'll change background color. 2. CC icon now changes background color to indicate that subtitles are on, instead of the previous white underline. 3. Using overflow-y: auto so that scrollbar doesn't show on hover of settings menu in IE/Edge 4. Using div instead of span for cc-text so I can size it, because using the span resulted in too short of a CC icon on IE/Edge.
- Loading branch information
Showing
3 changed files
with
31 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters