Sha256: cfe0bc7b28fc78f625121566965cd8c5c9c915644e92139709a2dfa2b8fa39d5

Contents?: true

Size: 533 Bytes

Versions: 123

Compression:

Stored size: 533 Bytes

Contents

// List Groups

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

    a& {
      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

123 entries across 123 versions & 20 rubygems

Version Path
mno-enterprise-frontend-3.4.0 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/mixins/list-group.less
mno-enterprise-frontend-3.3.3 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/mixins/list-group.less
toronto-0.0.4 vendor/twitter/bootstrap/less/mixins/list-group.less
mno-enterprise-frontend-3.3.2 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/mixins/list-group.less
mno-enterprise-frontend-3.2.1 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/mixins/list-group.less
mno-enterprise-frontend-3.3.1 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/mixins/list-group.less
mno-enterprise-frontend-3.3.0 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/mixins/list-group.less
mno-enterprise-frontend-3.2.0 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/mixins/list-group.less
mno-enterprise-frontend-3.1.4 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/mixins/list-group.less
mno-enterprise-frontend-3.0.7 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/mixins/list-group.less
mno-enterprise-frontend-2.0.9 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/mixins/list-group.less
kms-0.9.0 vendor/assets/bower_components/bootstrap/less/mixins/list-group.less
i-cms-0.1.0 app/assets/stylesheets/integrator/bootstrap/mixins/list-group.less
kms-0.8.0 vendor/assets/bower_components/bootstrap/less/mixins/list-group.less
toronto-0.0.3 vendor/twitter/bootstrap/less/mixins/list-group.less
toronto-0.0.2 vendor/twitter/bootstrap/less/mixins/list-group.less
toronto-0.0.1 vendor/twitter/bootstrap/less/mixins/list-group.less
kms-0.7.0 vendor/assets/bower_components/bootstrap/less/mixins/list-group.less
kms-0.6.0 vendor/assets/bower_components/bootstrap/less/mixins/list-group.less
mno-enterprise-frontend-3.1.3 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/mixins/list-group.less