github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/ui/app/styles/core/breadcrumb.scss (about) 1 .breadcrumb { 2 margin: 0 1.5rem; 3 4 a { 5 text-decoration: none; 6 opacity: 0.7; 7 8 &:hover { 9 text-decoration: none; 10 opacity: 1; 11 } 12 } 13 14 li.is-active a { 15 opacity: 1; 16 } 17 }