2016-11-09 17:04:13 +01:00
|
|
|
.item-list.shot
|
2016-11-04 16:16:01 +01:00
|
|
|
.table
|
|
|
|
.table-body
|
|
|
|
.table-row
|
|
|
|
&.not-in-edit
|
|
|
|
+stripes(rgba($color-background, .1), rgba($color-background, .5), 90deg, 28px)
|
2016-11-04 11:42:34 +01:00
|
|
|
|
2016-11-04 16:16:01 +01:00
|
|
|
.table-cell
|
2016-11-09 17:04:13 +01:00
|
|
|
&.item-name a
|
2016-11-04 16:16:01 +01:00
|
|
|
color: $color-text-dark-secondary
|
2016-11-04 11:42:34 +01:00
|
|
|
|
2016-11-09 17:04:13 +01:00
|
|
|
&.item-status
|
2016-11-04 16:16:01 +01:00
|
|
|
opacity: .2
|
2016-11-04 11:42:34 +01:00
|
|
|
|
2016-11-09 23:59:02 +01:00
|
|
|
&.task-type
|
|
|
|
.task-link
|
|
|
|
&:before
|
|
|
|
opacity: .3
|
|
|
|
background: transparent
|
|
|
|
border: 2px solid $color-text-dark-secondary
|
2016-11-04 11:42:34 +01:00
|
|
|
|
2016-11-09 17:04:13 +01:00
|
|
|
&.item-thumbnail img
|
2016-11-09 15:49:27 +01:00
|
|
|
opacity: .5
|
2016-09-22 21:27:15 +02:00
|
|
|
|
2016-11-04 16:16:01 +01:00
|
|
|
&.active
|
|
|
|
+stripes(white, rgba($color-background-active, .8), 90deg, 28px)
|
2016-09-26 15:58:08 +02:00
|
|
|
|
2016-11-04 16:16:01 +01:00
|
|
|
&:hover, &.active
|
|
|
|
.table-cell
|
2016-11-09 17:04:13 +01:00
|
|
|
&.item-thumbnail img
|
2016-11-04 16:16:01 +01:00
|
|
|
opacity: 1
|
|
|
|
&.task-type .task-link
|
|
|
|
@include status-color-property(background-color, ':before', '')
|
2016-09-26 15:58:08 +02:00
|
|
|
|
2016-11-04 16:16:01 +01:00
|
|
|
&:before
|
|
|
|
opacity: 1
|
|
|
|
border: none
|