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 workspace search plugin CSS in Firefox #10157

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

riknoll
Copy link
Member

@riknoll riknoll commented Sep 5, 2024

Fixes microsoft/pxt-microbit#5902

The workspace search plugin's buttons just use the padding from the user agent's button style. Whoever implemented this the first time around was probably testing with Chrome, which has 6px padding on its buttons by default. Firefox has 4px padding, which results in the error in the issue.

This was an issue in the plugin itself. I have also filed it on the Blockly team and opened a PR to fix it.

@riknoll riknoll requested a review from a team September 5, 2024 21:20
Copy link
Contributor

@srietkerk srietkerk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Does this mean that when the Blockly team integrates your changes on their side that we can remove this here?

@riknoll
Copy link
Member Author

riknoll commented Sep 5, 2024

yup

@riknoll riknoll merged commit 1b29e47 into master Sep 5, 2024
7 checks passed
@riknoll riknoll deleted the dev/riknoll/firefox-workspace-search branch September 5, 2024 21:53
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.

[Firefox]: Incomplete symbols border of Find Function
3 participants