Skip to content

Commit 5c868e1

Browse files
fix(video): scope shaka-play-button reset to shaka-play-button-container (#600)
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 084171e commit 5c868e1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/ready-mirrors-like.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
justify-content: center;
5252
width: 100%;
5353
}
54-
.video-player .shaka-controls-container .shaka-play-button {
54+
.video-player .shaka-play-button-container .shaka-play-button {
5555
background: none;
5656
border: 0;
5757
cursor: pointer;

packages/skin/src/sass/video/video.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
width: 100%;
6868
}
6969

70-
.video-player .shaka-controls-container .shaka-play-button {
70+
.video-player .shaka-play-button-container .shaka-play-button {
7171
background: none;
7272
border: 0;
7373
cursor: pointer;

0 commit comments

Comments
 (0)