Skip to content

Commit

Permalink
Site editor: specify focus state color for template navigation button (
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Feb 20, 2023
1 parent 8f9c316 commit f87e5f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
color: $gray-200;

&:hover,
&:focus,
&:not([aria-disabled="true"]):active {
color: $white;
}
Expand Down

1 comment on commit f87e5f7

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

Please sign in to comment.