Sha256: eff945ea299aea582ab00cdf8568f25226e40f62c6119cc1d52665ba787c2b84

Contents?: true

Size: 478 Bytes

Versions: 8

Compression:

Stored size: 478 Bytes

Contents

// ADD TO <TH>
.sortable-column, .sortable
  color: #333
  display: block
  @extend .fa-sort
  &:before
    @extend .fa
    font-size: 1.4em
    position: absolute
    right: 0px
    color: #d0d0d0
    margin-left: 4px
  &:hover, &:hover::before
    color: $secondaryColor
  &.asc, &.desc
    i
      color: #1a1a1a
  &.asc, &.current-asc
    @extend .fa-sort-asc
    &:before
      color: #333
  &.desc, &.current-desc
    @extend .fa-sort-desc
    &:before
      color: #333

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
study_engine-0.3.1 app/assets/stylesheets/study_engine/components/_sortable-columns.sass
study_engine-0.3.0 app/assets/stylesheets/study_engine/components/_sortable-columns.sass
study_engine-0.2.2 app/assets/stylesheets/study_engine/components/_sortable-columns.sass
study_engine-0.2.1 app/assets/stylesheets/study_engine/components/_sortable-columns.sass
study_engine-0.2.0 app/assets/stylesheets/study_engine/components/_sortable-columns.sass
study_engine-0.1.1 app/assets/stylesheets/study_engine/components/_sortable-columns.sass
study_engine-0.1.0 app/assets/stylesheets/study_engine/components/_sortable-columns.sass
study_engine-0.0.2 app/assets/stylesheets/study_engine/components/_sortable-columns.sass