From a17eeaa97eb4ceaf26749eddcf83aa3e66aeb75a Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 13 Oct 2016 19:25:22 +0200 Subject: [PATCH] Minor style tweaks to shots list --- src/styles/_shots.sass | 2 +- src/styles/_tasks.sass | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/styles/_shots.sass b/src/styles/_shots.sass index b9ea73a..51fa17e 100644 --- a/src/styles/_shots.sass +++ b/src/styles/_shots.sass @@ -41,7 +41,7 @@ .table-cell:last-child box-shadow: inset -5px 0 0 $color-primary - @include status-color-property(background-color, ' .shot-status', 'dark') + @include status-color-property(background-color, ' .shot-status', '') .table-cell text-align: center diff --git a/src/styles/_tasks.sass b/src/styles/_tasks.sass index b50c64b..1e054e0 100644 --- a/src/styles/_tasks.sass +++ b/src/styles/_tasks.sass @@ -64,22 +64,20 @@ transition: all 100ms ease-in-out .task-list-item - border-right: 5px solid transparent - color: $color-primary-dark - transition: all 150ms ease-in-out + color: $color-text-dark &:hover text-decoration: none color: $color-primary + background-color: $color-background-light .status-indicator transform: scale(1.1) &.active - border-color: $color-background-dark - border-right-color: $color-primary text-decoration: none background-color: $color-background-active + box-shadow: inset -5px 0 0 $color-primary .status-indicator transform: scale(1.1) @@ -100,7 +98,7 @@ margin: 10px +text-overflow-ellipsis - @include status-color-property(background-color, ' .status-indicator', 'light') + @include status-color-property(background-color, ' .status-indicator', '') option.invalid_task color: $color-danger