hummingbird-me/kitsu-web

View on GitHub
app/styles/components/_tabs.scss

Summary

Maintainability
Test Coverage
.soft-tabs {
  .nav-link.active {
    background-color: $background-color;
    &:hover, &:active, &:focus {
      background-color: $background-color;
    }
  }
}