Skip to content

Commit

Permalink
Navigation Link Block: Use SCSS variable for underline color styling (#…
Browse files Browse the repository at this point in the history
…68953)

Co-authored-by: himanshupathak95 <abcd95@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
  • Loading branch information
3 people authored Jan 30, 2025
1 parent 87b37b5 commit 047fdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation-link/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
&.is-invalid,
&.is-draft {
span {
--wp-underline-color: var(--wp--preset--color--vivid-red);
--wp-underline-color: #{$alert-red};
}
}
}
Expand Down

1 comment on commit 047fdac

@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 047fdac.
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/13046907025
📝 Reported issues:

Please sign in to comment.