Steven Burrows
Committed by Gerrit Code Review

Made the last item in the list non-click

Change-Id: I1c727df86e88b499695e48f44c2ad2dd447a9ec5
...@@ -79,6 +79,12 @@ ...@@ -79,6 +79,12 @@
79 margin-left: 5px; 79 margin-left: 5px;
80 } 80 }
81 81
82 +#breadcrumbs .breadcrumb:last-child a {
83 + pointer-events: none;
84 + font-weight: 600;
85 + color: #757575;
86 +}
87 +
82 #breadcrumbs .breadcrumb:last-child:after { 88 #breadcrumbs .breadcrumb:last-child:after {
83 display: none; 89 display: none;
84 } 90 }
......