Sha256: 7e67d159109d275a9f924e7c827c978d579da1d4ba9d5488b7879fed1a6e9f02

Contents?: true

Size: 950 Bytes

Versions: 7

Compression:

Stored size: 950 Bytes

Contents

.th-sortable-handle {
  width: 25px;
  padding: 0;
}

.sortable-handle {
  padding-right: 5px;
  color: $c-text-sub;
  cursor: pointer;
}

// tablesorter classes
th {
  &:not(.sorter-false) {
    cursor: pointer;

    .tablesorter-header-inner,
    .th-sortable-title {
      &:after {
        display: inline-block;
      }
    }

    &:hover,
    &.tablesorter-headerAsc,
    &.tablesorter-headerDesc,
    &.-desc,
    &.-asc {
      .tablesorter-header-inner,
      .th-sortable-title {
        &:after {
          color: $c-darkest-grey;
        }
      }
    }
  }
}

.tablesorter-header-inner,
.th-sortable-title {
  &:after {
    @include icon-stuff;
    content: fae-icon(arrow_down);
    display: none;
    font-size: 4px;
    position: relative;
    top: -3px;
    left: 6px;
    color: $c-darker-grey;
  }
}

th.-asc .th-sortable-title,
.tablesorter-headerAsc .tablesorter-header-inner {
  &:after {
    content: fae-icon(arrow_up);
  }
}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
fae-rails-3.0.0 app/assets/stylesheets/fae/modules/tables/_sorting.scss
fae-rails-2.2.0 app/assets/stylesheets/fae/modules/tables/_sorting.scss
fae-rails-2.1.0 app/assets/stylesheets/fae/modules/tables/_sorting.scss
fae-railsz-2.1.0 app/assets/stylesheets/fae/modules/tables/_sorting.scss
fae-rails-2.0.0 app/assets/stylesheets/fae/modules/tables/_sorting.scss
fae-rails-1.7.1 app/assets/stylesheets/fae/modules/tables/_sorting.scss
fae-rails-1.7.0 app/assets/stylesheets/fae/modules/tables/_sorting.scss