Skip to content

Commit

Permalink
Apply icon color direct to path to prevent overrides by any custom cs…
Browse files Browse the repository at this point in the history
…s * usage
  • Loading branch information
glendaviesnz committed Dec 19, 2022
1 parent 69388d0 commit c7d6d3e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@
}
}

.block-editor-inserter__toggle.components-button.has-icon {
path {
color: $white;
}
}

// This content only shows up inside the empty appender.
.block-editor-default-block-appender__content {
display: none;
Expand Down

1 comment on commit c7d6d3e

@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.
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/3727255173
📝 Reported issues:

Please sign in to comment.