fix(video): scope shaka-play-button reset to shaka-play-button-container#600
fix(video): scope shaka-play-button reset to shaka-play-button-container#600HenriqueLimas merged 1 commit intomainfrom
Conversation
Prevents the button style reset from affecting compact control panel buttons. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: d2b2c00 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Pull request overview
Scopes the Shaka play button style reset so it doesn’t unintentionally affect buttons in the compact control panel, keeping video player controls visually consistent.
Changes:
- Updated the play button reset selector to target
.shaka-play-buttononly when inside.shaka-play-button-container. - Regenerated the corresponding
distCSS output. - Added a patch changeset for
@ebay/skin.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/skin/src/sass/video/video.scss | Narrows the CSS reset selector for the Shaka play button to the play button container. |
| packages/skin/dist/video/video.css | Updated built CSS to reflect the Sass selector change. |
| .changeset/ready-mirrors-like.md | Declares a patch release with a short note describing the fix. |
| "@ebay/skin": patch | ||
| --- | ||
|
|
||
| fix(video): apply button cleanup to play-button-container only |
There was a problem hiding this comment.
PR description still has the required issue reference placeholder (Fixes #) left blank. Please link the actual issue number (e.g., Fixes #1234) so the change is properly tracked and auto-closed on merge.
Description
Prevents the button style reset from affecting compact control panel buttons.
Notes
Screenshots
Checklist