Sha256: 172c8e64cf2a985e493839e9ed31f9350f98a012a761e9ae445a22b3fff5744c

Contents?: true

Size: 754 Bytes

Versions: 11

Compression:

Stored size: 754 Bytes

Contents

.cell-label {
  @include data-label;

  &:hover {
    a {
      color: $action-color;
    }

    svg {
      fill: $action-color;
      transform: rotate(180deg);
    }
  }

  a {
    @include fill-parent;
    color: inherit;
    display: inline-block;
    transition: color $base-duration $base-timing;
  }
}

.cell-label--asc,
.cell-label--desc {
  font-weight: $bold-font-weight;
}

.cell-label__sort-indicator {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: absolute;
  right: 0;

  svg {
    height: 100%;
    transition: transform $base-duration $base-timing;
    fill: $hint-grey;
  }
}

.cell-label__sort-indicator--desc {
  transform: rotate(180deg);
}

.cell-data--number,
.cell-label--number {
  text-align: right;
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
administrate-0.6.0 app/assets/stylesheets/administrate/components/_cells.scss
administrate-0.5.0 app/assets/stylesheets/administrate/components/_cells.scss
administrate-0.4.0 app/assets/stylesheets/administrate/components/_cells.scss
administrate-0.3.0 app/assets/stylesheets/administrate/components/_cells.scss
administrate-0.2.2 app/assets/stylesheets/administrate/components/_cells.scss
administrate-0.2.1 app/assets/stylesheets/administrate/components/_cells.scss
administrate-0.2.0 app/assets/stylesheets/administrate/components/_cells.scss
administrate-0.2.0.rc1 app/assets/stylesheets/administrate/components/_cells.scss
administrate-0.1.5 app/assets/stylesheets/administrate/components/_cells.scss
administrate-0.1.4 app/assets/stylesheets/administrate/components/_cells.scss
administrate-0.1.3 app/assets/stylesheets/administrate/components/_cells.scss