FormTokenField: remove unnecessary styles#77263
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
There was a problem hiding this comment.
Pull request overview
Removes an unnecessary disabled-state opacity override from FormTokenField styling, following up on prior disabled-style alignment work to keep the component consistent without redundant rules.
Changes:
- Remove
opacity: 1from.components-form-token-field__input-container.is-disabled.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Size Change: -1 B (0%) Total Size: 7.74 MB 📦 View Changed
ℹ️ View Unchanged
|
|
Flaky tests detected in 3fe5d4c. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/24338494609
|
Follow-up to #77137 (comment)
What?
Removes unnecessary
opacitystyle rule.Why?
It's unnecessary, see.
Testing Instructions