fix: make dropcap style more specific#2603
Merged
laurelfulford merged 1 commit intoreleasefrom Dec 4, 2025
Merged
Conversation
miguelpeixe
approved these changes
Dec 4, 2025
matticbot
pushed a commit
that referenced
this pull request
Dec 4, 2025
## [2.15.2](v2.15.1...v2.15.2) (2025-12-04) ### Bug Fixes * make dropcap style more specific ([#2603](#2603)) ([38c9761](38c9761))
Contributor
|
🎉 This PR is included in version 2.15.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All Submissions:
Changes proposed in this Pull Request:
WordPress 6.9 changed how some block styles are loaded - they're only loaded when you need them. This is having a weird side effect on the drop cap style, since the core style are now overriding our theme's.
This PR fixes that; unfortunately it also makes our theme styles a little more specific. Hopefully this doesn't have any weird side effects but there's a small chance it'll cause issues on sites that are overriding those styles with something else in the Custom CSS.
How to test the changes in this Pull Request:
Other information: