Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove :not([class*="has-text-decoration"]) from selector
  • Loading branch information
talldan committed Jul 16, 2024
commit 56fcc6f97045c28e31778bd1f77b8a49e1e3f58e
10 changes: 4 additions & 6 deletions packages/block-library/src/navigation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,10 @@ $navigation-icon-size: 24px;
}
}

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

// Submenu indicator.
Expand Down