Skip to content

Commit

Permalink
Use proper color on link control advanced toggle (#54545)
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave authored Sep 18, 2023
1 parent cbc7245 commit bc2ac41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-editor/src/components/link-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,10 @@ $preview-image-height: 140px;
padding-left: 0;
gap: 0;

&[aria-expanded="true"] {
color: $gray-900;
}

// Point downwards when open (same as list view expander)
&[aria-expanded="true"] svg {
visibility: visible;
Expand Down

1 comment on commit bc2ac41

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

Please sign in to comment.