commit | 2d4aab7fcfd0c4e32c713f328ad06e91666994d1 | [log] [tgz] |
---|---|---|
author | Steven Burrows <sburrows@villa-technologies.com> | Tue Sep 27 11:24:58 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Sep 28 00:01:17 2016 +0000 |
tree | 72356c747af6f2cda867a52292bef6a115b8e3a9 | |
parent | 8dab1c700c0c9f52cd68c4a1cf19120b603cd2f7 [diff] |
Made the last item in the list non-click Change-Id: I1c727df86e88b499695e48f44c2ad2dd447a9ec5
diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2.css b/web/gui/src/main/webapp/app/view/topo2/topo2.css index 6c98150..2851cbd 100644 --- a/web/gui/src/main/webapp/app/view/topo2/topo2.css +++ b/web/gui/src/main/webapp/app/view/topo2/topo2.css
@@ -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; }