Sha256: 17ba7c9250459ecf668d1cc06af4d97753a8b023dc262aaa764be8fbddd9931b

Contents?: true

Size: 546 Bytes

Versions: 120

Compression:

Stored size: 546 Bytes

Contents

// List Groups

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

    a&,
    button& {
      color: @color;

      .list-group-item-heading {
        color: inherit;
      }

      &:hover,
      &:focus {
        color: @color;
        background-color: darken(@background, 5%);
      }
      &.active,
      &.active:hover,
      &.active:focus {
        color: #fff;
        background-color: @color;
        border-color: @color;
      }
    }
  }
}

Version data entries

120 entries across 120 versions & 19 rubygems

Version Path
try_api-0.0.9 app/assets/javascripts/try_api/bower_components/bootstrap/less/mixins/list-group.less
try_api-0.0.8 app/assets/javascripts/try_api/bower_components/bootstrap/less/mixins/list-group.less
try_api-0.0.7 app/assets/javascripts/try_api/bower_components/bootstrap/less/mixins/list-group.less
try_api-0.0.6 app/assets/javascripts/try_api/bower_components/bootstrap/less/mixins/list-group.less
active_record_survey_api-0.0.12 spec/test_app/vendor/assets/bower_components/bootstrap/less/mixins/list-group.less
statixite-1.0.2 vendor/assets/bower_components/bootstrap/less/mixins/list-group.less
statixite-1.0.1 vendor/assets/bower_components/bootstrap/less/mixins/list-group.less
active_record_survey_api-0.0.11 spec/test_app/vendor/assets/bower_components/bootstrap/less/mixins/list-group.less
statixite-1.0.0 vendor/assets/bower_components/bootstrap/less/mixins/list-group.less
npm2gem-0.1.1 spec/dummy/node_modules/bootstrap/less/mixins/list-group.less
npm2gem-0.1.0 spec/dummy/node_modules/bootstrap/less/mixins/list-group.less
active_record_survey_api-0.0.7 spec/test_app/vendor/assets/bower_components/bootstrap/less/mixins/list-group.less
active_record_survey_api-0.0.6 spec/test_app/vendor/assets/bower_components/bootstrap/less/mixins/list-group.less
date_picker-0.0.8 test/dummy/vendor/assets/components/bootstrap/less/mixins/list-group.less
date_picker-0.0.7 test/dummy/vendor/assets/components/bootstrap/less/mixins/list-group.less
plate-lang-0.1.2 skeleton/vendor/bootstrap/less/mixins/list-group.less
plate-lang-0.1.1 skeleton/vendor/bootstrap/less/mixins/list-group.less
plate-lang-0.1.0 skeleton/vendor/bootstrap/less/mixins/list-group.less
less-rails-bootstrap-3.3.5.0 app/frameworks/twitter/bootstrap/mixins/list-group.less
twbs_less_rails-2.20.0 vendor/assets/stylesheets/twbs/bootstrap/mixins/list-group.less