-
Notifications
You must be signed in to change notification settings - Fork 13
fix: textarea "responsiveness" due to CSS selector #5574
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: cfaea07 The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR addresses CSS performance issues by simplifying expensive selector patterns in the foundation styles. The changes remove performance-costly selectors while maintaining the same functionality.
- Removed expensive
:has()pseudo-class selector for color-scheme detection - Simplified box-sizing pattern from inheritance-based to direct assignment
Proposed changes
As reported in issue #5561, some of our selectors seem to cause a laggy UI, especially with textarea elements. Therefore, we should optimize them and measure the results.
resolves #5561
Types of changes
Further comments
🔭🐙🐈 Test this branch here: https://design-system.deutschebahn.com/core-web/review/5561-v421---heavy-css-performance-issues