Sha256: 3314e0d46d127e4a97a580263a63fee9ee11ae2bd9df000b6ecebb582a6db2ad
Contents?: true
Size: 715 Bytes
Versions: 11
Compression:
Stored size: 715 Bytes
Contents
.sortable { a { color: inherit; } a:hover { text-decoration: none; } a:after { content: ' \2195'; color: #ccc; } a:hover:after { content: ' \2191'; color: inherit; } &.asc { a:after { content: ' \2191'; color: #ccc; } a:hover:after { content: ' \2193'; color: inherit; } } &.desc { a:after { content: ' \2193'; color: #ccc; } a:hover:after { content: ' \2191'; color: inherit; } } } .listing { th { white-space: nowrap; } th.batch-selection-header { width: 50px; } .filter .icon-remove { display: none; } .filter.active .icon-remove { display: inline-block; } }
Version data entries
11 entries across 11 versions & 1 rubygems