Sha256: 268492d55fce318a99982ff7079729266cdb455803f2730600e38c273466b474

Contents?: true

Size: 431 Bytes

Versions: 256

Compression:

Stored size: 431 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 {
      @include hover-focus {
        color: $color;
        background-color: darken($background, 5%);
      }

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

Version data entries

256 entries across 254 versions & 39 rubygems

Version Path
jekyll-theme-digitalebrain-0.1.0 _sass/bootstrap/mixins/_list-group.scss
bootstrap-4.3.0 assets/stylesheets/bootstrap/mixins/_list-group.scss
vertx-howtos-jekyll-theme-0.1.3 _sass/bootstrap/scss/mixins/_list-group.scss
vertx-howtos-jekyll-theme-0.1.2 _sass/bootstrap/scss/mixins/_list-group.scss
vertx-howtos-jekyll-theme-0.1.1 _sass/bootstrap/scss/mixins/_list-group.scss
vertx-howtos-jekyll-theme-0.1.0 _sass/bootstrap/scss/mixins/_list-group.scss
apx-docs-theme-0.1.15 _sass/bootstrap/mixins/_list-group.scss
card-1.96.8 mod/bootstrap/vendor/bootstrap/scss/mixins/_list-group.scss
bootstrap-4.2.1 assets/stylesheets/bootstrap/mixins/_list-group.scss
jekyll-theme-cs50-0.1.6 _sass/node_modules/bootstrap/scss/mixins/_list-group.scss
jekyll-theme-cs50-0.1.5 _sass/node_modules/bootstrap/scss/mixins/_list-group.scss
jekyll-theme-cs50-0.1.4 _sass/node_modules/bootstrap/scss/mixins/_list-group.scss
jekyll-theme-cs50-0.1.3 _sass/node_modules/bootstrap/scss/mixins/_list-group.scss
optimacms-0.4.3 spec/dummy/node_modules/bootstrap/scss/mixins/_list-group.scss
card-1.96.7 mod/bootstrap/vendor/bootstrap/scss/mixins/_list-group.scss
optimacms-0.4.2 spec/dummy/node_modules/bootstrap/scss/mixins/_list-group.scss
card-1.96.6 mod/bootstrap/vendor/bootstrap/scss/mixins/_list-group.scss
card-1.96.5 mod/bootstrap/vendor/bootstrap/scss/mixins/_list-group.scss
card-1.96.4 mod/bootstrap/vendor/bootstrap/scss/mixins/_list-group.scss
card-1.96.3 mod/bootstrap/vendor/bootstrap/scss/mixins/_list-group.scss