Sha256: 9f0164a4b8d45046acef2cc960d21581db22d810804b0992cf15306045b123bb

Contents?: true

Size: 433 Bytes

Versions: 224

Compression:

Stored size: 433 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

224 entries across 224 versions & 15 rubygems

Version Path
jekyll-theme-centos-0.7.0 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.29 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.28 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.27 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.25 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.24 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.23 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.22 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.21 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.20 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.19 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.18 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.17 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.16 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.15 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.14 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.13 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.12 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.11 _sass/bootstrap/mixins/_list-group.scss
jekyll-theme-centos-0.6.10 _sass/bootstrap/mixins/_list-group.scss