Expanded
This commit is contained in:
parent
46f82a4af3
commit
c8b9c9bcaa
2
dist/plyr.css
vendored
2
dist/plyr.css
vendored
File diff suppressed because one or more lines are too long
2
dist/plyr.js
vendored
2
dist/plyr.js
vendored
File diff suppressed because one or more lines are too long
@ -3086,8 +3086,6 @@
|
|||||||
target = document.querySelector('#' + toggle.getAttribute('aria-controls')),
|
target = document.querySelector('#' + toggle.getAttribute('aria-controls')),
|
||||||
show = (toggle.getAttribute('aria-expanded') === 'false');
|
show = (toggle.getAttribute('aria-expanded') === 'false');
|
||||||
|
|
||||||
console.log(target, toggle);
|
|
||||||
|
|
||||||
toggle.setAttribute('aria-expanded', show);
|
toggle.setAttribute('aria-expanded', show);
|
||||||
target.setAttribute('aria-hidden', !show);
|
target.setAttribute('aria-hidden', !show);
|
||||||
});
|
});
|
||||||
|
@ -370,7 +370,8 @@
|
|||||||
button {
|
button {
|
||||||
// Hover and tab focus
|
// Hover and tab focus
|
||||||
&.tab-focus:focus,
|
&.tab-focus:focus,
|
||||||
&:hover {
|
&:hover,
|
||||||
|
&[aria-expanded='true'] {
|
||||||
background: @plyr-video-control-bg-hover;
|
background: @plyr-video-control-bg-hover;
|
||||||
color: @plyr-video-control-color-hover;
|
color: @plyr-video-control-color-hover;
|
||||||
}
|
}
|
||||||
@ -388,7 +389,8 @@
|
|||||||
button {
|
button {
|
||||||
// Hover and tab focus
|
// Hover and tab focus
|
||||||
&.tab-focus:focus,
|
&.tab-focus:focus,
|
||||||
&:hover {
|
&:hover,
|
||||||
|
&[aria-expanded='true'] {
|
||||||
background: @plyr-audio-control-bg-hover;
|
background: @plyr-audio-control-bg-hover;
|
||||||
color: @plyr-audio-control-color-hover;
|
color: @plyr-audio-control-color-hover;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user