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

     1  %action-group label:first-of-type {
     2    @extend %toggle-button;
     3  }
     4  %action-group input[type='radio']:checked + label:first-of-type {
     5    background-color: $ui-gray-050;
     6  }
     7  %action-group label {
     8    cursor: pointer;
     9  }
    10  %action-group label::after,
    11  %action-group label::before,
    12  %action-group::before {
    13    @extend %with-dot;
    14  }
    15  %action-group ul {
    16    border: $decor-border-100;
    17    border-radius: $radius-small;
    18    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.21);
    19  }
    20  %action-group ul::before {
    21    border-top: $decor-border-100;
    22    border-left: $decor-border-100;
    23  }
    24  %action-group ul,
    25  %action-group ul::before {
    26    border-color: $ui-color-action;
    27  }
    28  %action-group li a:hover {
    29    background-color: $ui-color-action;
    30    color: $ui-white;
    31  }
    32  %action-group ul,
    33  %action-group ul::before {
    34    background-color: $ui-white;
    35  }