Shots view: set task as active when selecting it

This commit is contained in:
2016-09-22 17:09:43 +02:00
parent e2db647c20
commit 85c7908ac6
4 changed files with 36 additions and 10 deletions

View File

@@ -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