github.com/emate/nomad@v0.8.2-wo-binpacking/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  }