diff --git a/src/styles/_base.sass b/src/styles/_base.sass index 781c6b2..a642aad 100644 --- a/src/styles/_base.sass +++ b/src/styles/_base.sass @@ -152,7 +152,17 @@ select.input-transparent border-bottom: none cursor: e-resize +/* Generic Statuses */ .processing +stripes($color-background, rgba($color-background, .5), -45deg, 25px) +stripes-animate animation-duration: 2s + +.flash-on + background-color: lighten($color-success, 50%) !important + border-color: lighten($color-success, 40%) !important + color: $color-success !important + transition: all .1s ease-in + +.flash-off + transition: all 1.2s ease-out diff --git a/src/styles/_shots.sass b/src/styles/_shots.sass index 604fdef..d111fe8 100644 --- a/src/styles/_shots.sass +++ b/src/styles/_shots.sass @@ -42,6 +42,7 @@ &.active text-decoration: none + opacity: 1 +status-border-color a[class^="status-"] diff --git a/src/styles/_tasks.sass b/src/styles/_tasks.sass index b988f49..461c6d6 100644 --- a/src/styles/_tasks.sass +++ b/src/styles/_tasks.sass @@ -19,13 +19,6 @@ border-radius: 50% transition: all 100ms ease-in-out -.flash-on - background-color: lighten($color-success, 40%) - transition: all .5s ease-in - -.flash-off - transition: all 1s ease-out - .task-list-item border-right: 5px solid transparent color: $color-primary-dark diff --git a/src/templates/attract/tasks/for_project.jade b/src/templates/attract/tasks/for_project.jade index 8746c9e..ec77172 100644 --- a/src/templates/attract/tasks/for_project.jade +++ b/src/templates/attract/tasks/for_project.jade @@ -19,7 +19,6 @@ href="javascript:task_open('{{ task._id }}', '{{ project.url }}');") span.status-indicator span.name {{ task.name }} - //- span.status {{ task.properties.status | undertitle }} span.type {{ task.properties.task_type }} | {% endfor %} #col_right