Skip to content

Commit

Permalink
remove custom dark theme focus for nav link
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Aug 15, 2024
1 parent 71531bb commit 7b083fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/block-library/src/navigation-link/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@
$stop2: 64%;

--wp-underline-color: var(--wp-admin-theme-color);
.is-dark-theme & {
--wp-underline-color: #{ $dark-theme-focus };
}

background-image:
linear-gradient(45deg, transparent ($stop1 - $blur), var(--wp-underline-color) $stop1, var(--wp-underline-color) ($stop1 + $width), transparent ($stop1 + $width + $blur)),
Expand Down

0 comments on commit 7b083fa

Please sign in to comment.