Skip to content

Commit

Permalink
Remove {font-weight:bold} from first breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Dec 18, 2023
1 parent 2697aa1 commit 8173354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/sass/core/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
}

&:last-of-type a {
&:last-child:not(:first-child) a {
font-weight: bold;
}
}
Expand Down

0 comments on commit 8173354

Please sign in to comment.