Sha256: 4ef9c16c4aa0bedfeb86a2feb5024a21c053b81e90383bce98126374c3f1aa76
Contents?: true
Size: 619 Bytes
Versions: 27
Compression:
Stored size: 619 Bytes
Contents
.table-sortable { border-collapse: separate; th { border-bottom: 4px solid transparent; cursor: pointer; &::after { content: ' \f0dc'; font-family: FontAwesome; line-height: 1em; vertical-align: baseline; color: rgba(0, 0, 0, 0.1); } &:hover { border-bottom: 4px solid rgba(128, 212, 255, 0.25); &::after { color: rgba(0, 0, 0, 0.5); } } &.sort-asc, &.sort-desc { border-bottom: 4px solid rgba(128, 212, 255, 0.5); } &.sort-asc::after { content: ' \f0de'; color: #333; } &.sort-desc::after { content: ' \f0dd'; color: #333; } } }
Version data entries
27 entries across 27 versions & 1 rubygems