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

chore: Remove CSS targeting multiline input field. #8684

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

gonfunko
Copy link
Contributor

@gonfunko gonfunko commented Dec 3, 2024

The basics

The details

Resolves

Fixes google/blockly-samples#2418

Proposed Changes

This PR removes CSS targeting the multiline input field, which has now been moved out of core into a plugin. The only rule attempted to apply monospace styling to it; I didn't migrate this to samples, because, while that field has historically been used for code, it's perfectly reasonable to use it for regular multiline text as well, and we shouldn't make an assumption either way. Developers that wish to can easily apply that style themselves.

@gonfunko gonfunko requested a review from a team as a code owner December 3, 2024 22:12
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Dec 3, 2024
@gonfunko gonfunko merged commit 43ebf20 into google:develop Dec 3, 2024
12 checks passed
@gonfunko gonfunko deleted the multiline-css branch December 3, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: chore General chores (dependencies, typos, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor the multiline input field CSS
2 participants