fix: update focus-visible box-shadow to use CSS variable#1279
Merged
ronald-urbina merged 1 commit intomuxinc:mainfrom Apr 8, 2026
Merged
fix: update focus-visible box-shadow to use CSS variable#1279ronald-urbina merged 1 commit intomuxinc:mainfrom
ronald-urbina merged 1 commit intomuxinc:mainfrom
Conversation
|
@Th3S4mur41 is attempting to deploy a commit to the Mux Team on Vercel. A member of the Team first needs to authorize it. |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
ronald-urbina
approved these changes
Apr 8, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1279 +/- ##
==========================================
- Coverage 78.55% 73.58% -4.97%
==========================================
Files 59 56 -3
Lines 11080 13873 +2793
Branches 0 783 +783
==========================================
+ Hits 8704 10209 +1505
- Misses 2376 3631 +1255
- Partials 0 33 +33 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #1278
This pull request makes a minor update to the focus styling in the
media-text-displaycomponent, allowing the box shadow to be customized via a CSS variable.src/js/media-text-display.ts: Updated the:host(:focus-visible)selector to use the--media-focus-box-shadowCSS variable, enabling easier customization of the focus box shadow.Note
Low Risk
A small, CSS-only change limited to focus-visible styling; functional behavior is unchanged aside from allowing theming overrides.
Overview
Updates
media-text-displayfocus styling so:host(:focus-visible)uses a configurable CSS custom property (--media-focus-box-shadow) with the previous inset shadow as the fallback.Written by Cursor Bugbot for commit 5c97f11. This will update automatically on new commits. Configure here.