github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/components/tabs/skin.scss (about)

     1  %tab-nav label {
     2    cursor: pointer;
     3  }
     4  %tab-nav a {
     5    white-space: nowrap;
     6  }
     7  %tab-nav a {
     8    border-bottom: $decor-border-200;
     9  }
    10  %tab-nav a {
    11    border-color: $ui-color-transparent;
    12    color: $ui-gray-500;
    13  }
    14  %tab-nav li:not(.selected) a:hover,
    15  %tab-nav li:not(.selected) a:focus,
    16  %tab-nav li:not(.selected) a:active {
    17    /* %frame-gray-something */
    18    border-color: $ui-color-transparent;
    19    background-color: $ui-gray-100;
    20  }
    21  %tab-nav .selected a {
    22    @extend %frame-magenta-300;
    23  }
    24