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

Version Path
listings-0.1.15 app/assets/stylesheets/listings.scss
listings-0.1.14 app/assets/stylesheets/listings.scss
listings-0.1.13 app/assets/stylesheets/listings.scss
listings-0.1.12 app/assets/stylesheets/listings.scss
listings-0.1.11 app/assets/stylesheets/listings.scss
listings-0.1.10 app/assets/stylesheets/listings.scss
listings-0.1.8 app/assets/stylesheets/listings.scss
listings-0.1.7 app/assets/stylesheets/listings.scss
listings-0.1.6 app/assets/stylesheets/listings.scss
listings-0.1.5 app/assets/stylesheets/listings.scss
listings-0.1.4 app/assets/stylesheets/listings.scss