.view-all-hosts-link { @include table-link; &__text { &--responsive { @media (max-width: $break-md) { display: none; } } } // For tabbing through the app &:focus-visible.row-hover-link { opacity: 1; } }