Sha256: cac8efbc9b1b24536dc362c3893d92dd7fd506a3eda718e06bc3fcff6fa237db

Contents?: true

Size: 746 Bytes

Versions: 2

Compression:

Stored size: 746 Bytes

Contents

.cell-label {
  position: relative;

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

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

  a {
    color: inherit;
    display: inline-block;
    transition: color $base-duration $base-timing;
    width: 100%;
  }
}

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

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

  svg {
    fill: $hint-grey;
    height: 13px;
    transition: transform $base-duration $base-timing;
    width: 13px;
  }
}

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
administrate-0.8.1 app/assets/stylesheets/administrate/components/_cells.scss
administrate-0.8.0 app/assets/stylesheets/administrate/components/_cells.scss