We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084171e commit 5c868e1Copy full SHA for 5c868e1
.changeset/ready-mirrors-like.md
@@ -0,0 +1,5 @@
1
+---
2
+"@ebay/skin": patch
3
4
+
5
+fix(video): apply button cleanup to play-button-container only
packages/skin/dist/video/video.css
@@ -51,7 +51,7 @@
51
justify-content: center;
52
width: 100%;
53
}
54
-.video-player .shaka-controls-container .shaka-play-button {
+.video-player .shaka-play-button-container .shaka-play-button {
55
background: none;
56
border: 0;
57
cursor: pointer;
packages/skin/src/sass/video/video.scss
@@ -67,7 +67,7 @@
67
68
69
70
71
72
73
0 commit comments