Skip to content

Commit

Permalink
styling: fix opacity for last child in the list
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiWithJai committed Dec 21, 2021
1 parent 1a2914b commit 92fafca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/styles/core/breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
font-size: x-large;
}

li.is-active a {
li:last-child a.active {
opacity: 1;
}

Expand Down

0 comments on commit 92fafca

Please sign in to comment.