Breadcrumb - how to select last:child for styling #31981
Answered
by
spmonahan
jennifergithub
asked this question in
General
-
Beta Was this translation helpful? Give feedback.
Answered by
spmonahan
Aug 1, 2024
Replies: 1 comment
-
Because the existing styles references the const breadcrumbStyles = {
listItem: {
':last-child .ms-Breadcrumb-itemLink': {
fontWeight: 100
}
}
}``` |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
khmakoto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because the existing styles references the
.ms-Breadcrumb-itemLink
classname I think you'll need to use it as well: