Skip to content

Commit

Permalink
fix(breadbrumbs): update CSS selector to .current since .current is a…
Browse files Browse the repository at this point in the history
…lways last (#796)

#539
  • Loading branch information
mJarsater authored Oct 16, 2024
1 parent c3e33bd commit 2268910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
}

:host(.last) [role='listitem'] {
.current {
&::after {
display: none;
}
Expand Down

0 comments on commit 2268910

Please sign in to comment.