| author | durandn |
| Wed, 16 Mar 2016 17:29:49 +0100 | |
| changeset 195 | eef819c3428b |
| parent 0 | 1afc9d2ab94d |
| permissions | -rw-r--r-- |
// 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; } } } }