Manual merge of #509

This commit is contained in:
Sam Potts 2017-03-25 10:49:04 +11:00
parent a60868bfe8
commit ebc7ed538a
3 changed files with 5 additions and 1 deletions

2
dist/plyr.css vendored

File diff suppressed because one or more lines are too long

View File

@ -341,6 +341,7 @@
height: @plyr-control-icon-size; height: @plyr-control-icon-size;
display: block; display: block;
fill: currentColor; fill: currentColor;
pointer-events: none;
} }
// Hide toggle icons by default // Hide toggle icons by default
.icon--exit-fullscreen, .icon--exit-fullscreen,
@ -421,6 +422,7 @@
height: 20px; height: 20px;
display: block; display: block;
fill: currentColor; fill: currentColor;
pointer-events: none;
} }
&:focus { &:focus {

View File

@ -304,6 +304,7 @@
height: $plyr-control-icon-size; height: $plyr-control-icon-size;
display: block; display: block;
fill: currentColor; fill: currentColor;
pointer-events: none;
} }
// Default focus // Default focus
@ -397,6 +398,7 @@
height: 20px; height: 20px;
display: block; display: block;
fill: currentColor; fill: currentColor;
pointer-events: none;
} }
&:focus { &:focus {