Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Minecraft HOC Zoom Slider #10236

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Fix Minecraft HOC Zoom Slider #10236

merged 1 commit into from
Oct 17, 2024

Conversation

thsparks
Copy link
Contributor

Fixes https://github.com/microsoft/pxt-minecraft/issues/2576

The blockly fieldSlider styling was being applied generically to all range inputs, including the zoom slider. To stop this, I've added a class to the fieldSlider input and added that more specific selector to its css.

Fixed Zoom Slider:
image

Field Slider Unaffected:
image

…ing applied generically to all range inputs, including the zoom slider. To stop this, I've added a class to the fieldSlider input and added that more specific selector to its css.
@thsparks thsparks requested a review from a team October 17, 2024 18:55
@thsparks thsparks merged commit de6ec9d into master Oct 17, 2024
7 checks passed
@thsparks thsparks deleted the thsparks/mc/fix_zoom_slider branch October 17, 2024 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants