Skip to content

Remove stale .form-select selectors from input group styles - #42928

Open
julien-deramond wants to merge 1 commit into
v6-devfrom
remove-stale-form-select-selectors
Open

julien-deramond wants to merge 1 commit into
v6-devfrom
remove-stale-form-select-selectors

Conversation

@julien-deramond

@julien-deramond julien-deramond commented Sep 13, 2026

Copy link
Copy Markdown
Member

Description

Removes two leftover .form-select selectors in scss/forms/_input-group.scss that were used for the border-radius rules on floating input groups. Since .form-select was consolidated into .form-control for <select> elements, these selectors no longer matched anything and were just dead weight.

Motivation & Context

While checking the codebase for remaining .form-select usage after its consolidation into .form-control, I found these two selectors were never cleaned up. They don't affect rendering today (the .form-control selector next to them already covers the same elements), but leaving a class name around that no longer exists is confusing for anyone reading or maintaining this file.

Type of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (non-breaking change)
  • Breaking change (fix or feature that would change existing functionality)

Checklist

  • I have read the contributing guidelines
  • My code follows the code style of the project (using npm run lint)
  • My change introduces changes to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

Live previews

Related issues

None. Found during a routine check for lingering .form-select references.

🤖 Generated with Claude Code

.form-select was consolidated into .form-control on <select> elements,
but these two selectors in the input group border-radius rules still
targeted the old class. They no longer matched anything.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@julien-deramond
julien-deramond requested a review from a team as a code owner September 13, 2026 14:48
@github-project-automation github-project-automation Bot moved this to Inbox in v6.0.0 Sep 13, 2026
@julien-deramond
julien-deramond requested review from mdo and removed request for a team September 13, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Inbox

Development

Successfully merging this pull request may close these issues.

1 participant