Tweaks to flash-on/off
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
.table
|
||||
.table-head
|
||||
.table-cell
|
||||
text-align: center
|
||||
|
||||
&.shot-thumbnail
|
||||
width: $shots-list-thumbnail-width
|
||||
|
||||
@@ -9,19 +11,36 @@
|
||||
|
||||
span.collapser
|
||||
cursor: pointer
|
||||
width: 100%
|
||||
display: inline-block
|
||||
padding: 5px
|
||||
|
||||
.table-body
|
||||
display: table-row-group
|
||||
.table-cell
|
||||
text-align: center
|
||||
&.shot-name
|
||||
padding-left: 10px
|
||||
padding: 0 10px
|
||||
text-align: left
|
||||
|
||||
&.task-type
|
||||
max-width: 120px
|
||||
+text-overflow-ellipsis
|
||||
|
||||
/* Each task in a new line */
|
||||
a
|
||||
display: block
|
||||
display: block /* Each task in a new line */
|
||||
opacity: 0
|
||||
color: $color-text-dark-primary
|
||||
+status-color
|
||||
transition: all 150ms ease-in-out
|
||||
|
||||
span
|
||||
+text-overflow-ellipsis
|
||||
display: block
|
||||
padding: 3px 10px
|
||||
|
||||
a[class^="status-"]
|
||||
opacity: 1
|
||||
|
||||
&:hover
|
||||
a
|
||||
opacity: 1
|
||||
|
Reference in New Issue
Block a user