Skip to content

Commit

Permalink
Reduce specificity of navigation text decoration rule
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Jul 11, 2024
1 parent a4c1083 commit 1586d54
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/block-library/src/navigation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,12 @@ $navigation-icon-size: 24px;
}
}

&:where(:not([class*="has-text-decoration"])) {
a {
text-decoration: none;
&:where(:not([class*="has-text-decoration"])) :where(a) {
text-decoration: none;

&:focus,
&:active {
text-decoration: none;
}
&:focus,
&:active {
text-decoration: none;
}
}

Expand Down

0 comments on commit 1586d54

Please sign in to comment.