github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/ui/app/styles/core/breadcrumb.scss (about) 1 .breadcrumb { 2 a { 3 text-decoration: none; 4 opacity: 0.7; 5 6 &:hover { 7 text-decoration: none; 8 opacity: 1; 9 } 10 } 11 12 li.is-active a { 13 opacity: 1; 14 } 15 }