Skip to content

Commit

Permalink
Navigation Link Block: Change the draft underline color from amber to…
Browse files Browse the repository at this point in the history
… red
  • Loading branch information
himanshupathak95 committed Jan 27, 2025
1 parent b4a0aa6 commit b14a731
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/block-library/src/navigation-link/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,9 @@
}

.wp-block-navigation-link__placeholder-text {
&.is-invalid {
--wp-underline-color: var(--wp--preset--color--vivid-red);
}

&.is-invalid,
&.is-draft {
--wp-underline-color: var(--wp--preset--color--luminous-vivid-amber);
--wp-underline-color: var(--wp--preset--color--vivid-red);
}
}
}
Expand Down

0 comments on commit b14a731

Please sign in to comment.