From 81802c1c74aa098f096bfeb8b8631d7f592a0192 Mon Sep 17 00:00:00 2001 From: bhh1988 Date: Fri, 19 May 2017 16:13:04 -0700 Subject: [PATCH] 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. --- src/lib/viewers/media/MediaControls.html | 3 +- src/lib/viewers/media/MediaControls.scss | 43 +++++++++++------------- src/lib/viewers/media/Settings.scss | 13 +++++-- 3 files changed, 31 insertions(+), 28 deletions(-) diff --git a/src/lib/viewers/media/MediaControls.html b/src/lib/viewers/media/MediaControls.html index 52ddc1089..2d4d631e3 100644 --- a/src/lib/viewers/media/MediaControls.html +++ b/src/lib/viewers/media/MediaControls.html @@ -36,8 +36,7 @@  /