Sha256: 46bf37d8aa6d6735cadb9ba5efcfa2a146483f4ac287a4ac7ac8ad243b0f3c04

Contents?: true

Size: 439 Bytes

Versions: 11

Compression:

Stored size: 439 Bytes

Contents

// List Groups

@mixin list-group-item-variant($state, $background, $color) {
  .list-group-item-#{$state} {
    color: $color;
    background-color: $background;

    &.list-group-item-action {
      &:hover,
      &:focus {
        color: $color;
        background-color: shade-color($background, 10%);
      }

      &.active {
        color: $white;
        background-color: $color;
        border-color: $color;
      }
    }
  }
}

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
bootstrap-5.0.0.beta2 assets/stylesheets/bootstrap/mixins/_list-group.scss
infotorg-api-jekyll-theme-0.1.8 _sass/bootstrap/mixins/_list-group.scss
infotorg-api-jekyll-theme-0.1.7 _sass/bootstrap/mixins/_list-group.scss
infotorg-api-jekyll-theme-0.1.5 _sass/bootstrap/mixins/_list-group.scss
bootstrap-5.0.0.beta1 assets/stylesheets/bootstrap/mixins/_list-group.scss
infotorg-api-jekyll-theme-0.1.4 _sass/bootstrap/mixins/_list-group.scss
infotorg-api-jekyll-theme-0.1.3 _sass/bootstrap/mixins/_list-group.scss
infotorg-api-jekyll-theme-0.1.2 _sass/bootstrap/mixins/_list-group.scss
infotorg-api-jekyll-theme-0.1.1 _sass/bootstrap/mixins/_list-group.scss
infotorg-api-jekyll-theme-0.1.0 _sass/bootstrap/mixins/_list-group.scss
bootstrap-5.0.0.alpha3 assets/stylesheets/bootstrap/mixins/_list-group.scss