Skip to content

Commit

Permalink
Reduce specificity of default Cover text color styles. (#56411)
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines authored and mikachan committed Nov 25, 2023
1 parent 4009590 commit b51e486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/cover/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
h4,
h5,
h6 {
&:not(.has-text-color) {
&:where(:not(.has-text-color)) {
color: inherit;
}
}
Expand Down

1 comment on commit b51e486

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in b51e486.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6988993737
📝 Reported issues:

Please sign in to comment.