Tooltip fix for NVDA

This commit is contained in:
Sam Potts 2015-07-31 21:32:12 +10:00
parent fe1989dea1
commit aad4a720dc
4 changed files with 2 additions and 6 deletions

2
dist/plyr.css vendored

File diff suppressed because one or more lines are too long

View File

@ -203,7 +203,7 @@ maxAge = 31536000, // seconds 1 year
options = {
cdn: {
headers: {
"Cache-Control": "max-age=" + maxAge + ", no-transform, public",
"Cache-Control": "max-age=" + maxAge,
"Vary": "Accept-Encoding"
},
gzippedOnly: true

View File

@ -317,7 +317,6 @@
// Tooltips
&-tooltip {
visibility: hidden;
position: absolute;
z-index: 2;
bottom: 100%;
@ -357,7 +356,6 @@
input.tab-focus:focus + label .player-tooltip,
button:hover .player-tooltip,
button.tab-focus:focus .player-tooltip {
visibility: visible;
opacity: 1;
transform: translate(-50%, 0) scale(1);
}

View File

@ -315,7 +315,6 @@ $bp-captions-large: 768px !default; // When captions jump to the larger fo
// Tooltips
&-tooltip {
visibility: hidden;
position: absolute;
z-index: 2;
bottom: 100%;
@ -355,7 +354,6 @@ $bp-captions-large: 768px !default; // When captions jump to the larger fo
input.tab-focus:focus + label .player-tooltip,
button:hover .player-tooltip,
button.tab-focus:focus .player-tooltip {
visibility: visible;
opacity: 1;
transform: translate(-50%, 0) scale(1);
}