Shots view: set task as active when selecting it
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
opacity: 0
|
||||
color: $color-text-dark-primary
|
||||
+status-color
|
||||
border: thin solid transparent
|
||||
border-radius: 3px
|
||||
transition: all 150ms ease-in-out
|
||||
|
||||
span
|
||||
@@ -38,6 +40,11 @@
|
||||
display: block
|
||||
padding: 3px 10px
|
||||
|
||||
&.active
|
||||
font-weight: bold
|
||||
+status-border-color
|
||||
|
||||
|
||||
a[class^="status-"]
|
||||
opacity: 1
|
||||
|
||||
|
@@ -510,21 +510,21 @@
|
||||
=status-background-color
|
||||
&.status
|
||||
&-invalid
|
||||
color: hsl(hue($color-status-invalid), 100%, 75%)
|
||||
background-color: hsl(hue($color-status-invalid), 100%, 75%)
|
||||
&-todo
|
||||
color: hsl(hue($color-status-todo), 100%, 75%)
|
||||
background-color: hsl(hue($color-status-todo), 100%, 75%)
|
||||
&-in_progress
|
||||
color: hsl(hue($color-status-in_progress), 100%, 60%)
|
||||
background-color: hsl(hue($color-status-in_progress), 100%, 60%)
|
||||
&-on_hold
|
||||
color: hsl(hue($color-status-on_hold), 100%, 75%)
|
||||
background-color: hsl(hue($color-status-on_hold), 100%, 75%)
|
||||
&-approved
|
||||
color: hsl(hue($color-status-approved), 100%, 75%)
|
||||
background-color: hsl(hue($color-status-approved), 100%, 75%)
|
||||
&-cbb
|
||||
color: hsl(hue($color-status-cbb), 100%, 75%)
|
||||
background-color: hsl(hue($color-status-cbb), 100%, 75%)
|
||||
&-final
|
||||
color: hsl(hue($color-status-final), 100%, 40%)
|
||||
background-color: hsl(hue($color-status-final), 100%, 40%)
|
||||
&-review
|
||||
color: hsl(hue($color-status-review), 100%, 75%)
|
||||
background-color: hsl(hue($color-status-review), 100%, 75%)
|
||||
|
||||
=status-color
|
||||
&.status
|
||||
@@ -544,3 +544,22 @@
|
||||
color: $color-status-final-dark
|
||||
&-review
|
||||
color: $color-status-review-dark
|
||||
|
||||
=status-border-color
|
||||
&.status
|
||||
&-invalid
|
||||
border-color: $color-status-invalid-dark
|
||||
&-todo
|
||||
border-color: $color-status-todo-dark
|
||||
&-in_progress
|
||||
border-color: $color-status-in_progress-dark
|
||||
&-on_hold
|
||||
border-color: $color-status-on_hold-dark
|
||||
&-approved
|
||||
border-color: $color-status-approved-dark
|
||||
&-cbb
|
||||
border-color: $color-status-cbb-dark
|
||||
&-final
|
||||
border-color: $color-status-final-dark
|
||||
&-review
|
||||
border-color: $color-status-review-dark
|
||||
|
Reference in New Issue
Block a user