Sha256: 715551a95fb86f67c7e15bcbc13248c213132f6147219744e6bb3819b075d4f1
Contents?: true
Size: 619 Bytes
Versions: 1
Compression:
Stored size: 619 Bytes
Contents
// // List groups // -------------------------------------------------- .list-group { border-top: 1px solid $list-group-top-border; .list-group-item:first-child { border-top: 0; } } .list-group-item { border-top: 0; border-left: 0; border-right: 0; margin-bottom: 0; } .list-group-item-heading { font-weight: 600; } .list-group-item { &.active, &.active:hover, &.active:focus { border-top: solid 1px $list-group-active-border; margin-top: -1px; z-index: auto; } &.active:first-child{ border-top: 1px solid $list-group-active-border !important; margin-top: -1px; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
patternfly-sass-3.9.0 | assets/stylesheets/patternfly/_list-group.scss |