Steven Burrows
Committed by Gerrit Code Review

Made the last item in the list non-click

Change-Id: I1c727df86e88b499695e48f44c2ad2dd447a9ec5
......@@ -79,6 +79,12 @@
margin-left: 5px;
}
#breadcrumbs .breadcrumb:last-child a {
pointer-events: none;
font-weight: 600;
color: #757575;
}
#breadcrumbs .breadcrumb:last-child:after {
display: none;
}
......