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

#539
  • Loading branch information
mJarsater committed Oct 14, 2024
1 parent aa9c658 commit 31ba227
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 31ba227

Please sign in to comment.