Sha256: e370a147ae89b70b8e4e301ad61ce933bd52d8adc688c3f678641610611254ef

Contents?: true

Size: 671 Bytes

Versions: 9

Compression:

Stored size: 671 Bytes

Contents

table tbody tr {
  &.highlight {

    @each $action in $actions {
      &.action-#{$action} td {
        background-color: get-value($actions, $actions-bg-colors, $action);
        border-color: get-value($actions, $actions-brd-colors, $action);
      }
    }

    &.action-remove td, &.action-void td {          
      text-decoration: line-through;

      &.actions {
        text-decoration: none;
      }
    }
  }

  &.before-highlight {
    @each $action in $actions {
      &.action-#{$action} td {
        border-bottom-color: get-value($actions, $actions-brd-colors, $action);
      }
    }
  }

  td.actions {
    background-color: transparent !important;
  }
}

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
spree_core-1.3.5 app/assets/stylesheets/admin/components/_actions.scss
spree_core-1.3.4 app/assets/stylesheets/admin/components/_actions.scss
spree_core-1.3.3 app/assets/stylesheets/admin/components/_actions.scss
spree_core-1.3.2 app/assets/stylesheets/admin/components/_actions.scss
spree_core-1.3.1 app/assets/stylesheets/admin/components/_actions.scss
spree_core-1.3.0 app/assets/stylesheets/admin/components/_actions.scss
spree_core-1.3.0.rc2 app/assets/stylesheets/admin/components/_actions.scss
dup_spree_core-1.3.0.rc1 app/assets/stylesheets/admin/components/_actions.scss
spree_core-1.3.0.rc1 app/assets/stylesheets/admin/components/_actions.scss