Browse Source

fix(player): fix incorrect icon being rendered from vjs font after update

pull/2997/head
Gabe Kangas 3 years ago
parent
commit
84fdbecec3
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      web/components/video/VideoJS/VideoJS.scss

2
web/components/video/VideoJS/VideoJS.scss

@ -71,7 +71,7 @@ @@ -71,7 +71,7 @@
font-style: normal;
&::before {
content: '\f110';
content: '\f114';
}
}
}

Loading…
Cancel
Save