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