38 lines
820 B
Sass
38 lines
820 B
Sass
.item-list.shot
|
|
.table
|
|
.table-body
|
|
.table-row
|
|
&.not-in-edit
|
|
+stripes(rgba($color-background, .1), rgba($color-background, .5), 90deg, 28px)
|
|
|
|
.table-cell
|
|
&.item-name a
|
|
color: $color-text-dark-secondary
|
|
|
|
&.item-status
|
|
opacity: .2
|
|
|
|
&.task-type
|
|
.task-link
|
|
&:before
|
|
opacity: .3
|
|
background: transparent
|
|
border: 2px solid $color-text-dark-secondary
|
|
|
|
&.item-thumbnail img
|
|
opacity: .5
|
|
|
|
&.active
|
|
+stripes(white, rgba($color-background-active, .8), 90deg, 28px)
|
|
|
|
&:hover, &.active
|
|
.table-cell
|
|
&.item-thumbnail img
|
|
opacity: 1
|
|
&.task-type .task-link
|
|
@include status-color-property(background-color, ':before', '')
|
|
|
|
&:before
|
|
opacity: 1
|
|
border: none
|