Tooltip fix for NVDA
This commit is contained in:
parent
fe1989dea1
commit
aad4a720dc
2
dist/plyr.css
vendored
2
dist/plyr.css
vendored
File diff suppressed because one or more lines are too long
@ -203,7 +203,7 @@ maxAge = 31536000, // seconds 1 year
|
|||||||
options = {
|
options = {
|
||||||
cdn: {
|
cdn: {
|
||||||
headers: {
|
headers: {
|
||||||
"Cache-Control": "max-age=" + maxAge + ", no-transform, public",
|
"Cache-Control": "max-age=" + maxAge,
|
||||||
"Vary": "Accept-Encoding"
|
"Vary": "Accept-Encoding"
|
||||||
},
|
},
|
||||||
gzippedOnly: true
|
gzippedOnly: true
|
||||||
|
@ -317,7 +317,6 @@
|
|||||||
|
|
||||||
// Tooltips
|
// Tooltips
|
||||||
&-tooltip {
|
&-tooltip {
|
||||||
visibility: hidden;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
bottom: 100%;
|
bottom: 100%;
|
||||||
@ -357,7 +356,6 @@
|
|||||||
input.tab-focus:focus + label .player-tooltip,
|
input.tab-focus:focus + label .player-tooltip,
|
||||||
button:hover .player-tooltip,
|
button:hover .player-tooltip,
|
||||||
button.tab-focus:focus .player-tooltip {
|
button.tab-focus:focus .player-tooltip {
|
||||||
visibility: visible;
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: translate(-50%, 0) scale(1);
|
transform: translate(-50%, 0) scale(1);
|
||||||
}
|
}
|
||||||
|
@ -315,7 +315,6 @@ $bp-captions-large: 768px !default; // When captions jump to the larger fo
|
|||||||
|
|
||||||
// Tooltips
|
// Tooltips
|
||||||
&-tooltip {
|
&-tooltip {
|
||||||
visibility: hidden;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
bottom: 100%;
|
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,
|
input.tab-focus:focus + label .player-tooltip,
|
||||||
button:hover .player-tooltip,
|
button:hover .player-tooltip,
|
||||||
button.tab-focus:focus .player-tooltip {
|
button.tab-focus:focus .player-tooltip {
|
||||||
visibility: visible;
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: translate(-50%, 0) scale(1);
|
transform: translate(-50%, 0) scale(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user