From 2f57c9c0379c14e0e29f0a7ed2c590e4cb152ad6 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 9 Nov 2016 15:49:27 +0100 Subject: [PATCH] No bottom border for shot-thumbnail cell --- src/styles/_shots.sass | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/styles/_shots.sass b/src/styles/_shots.sass index 043331e..b5cccdc 100644 --- a/src/styles/_shots.sass +++ b/src/styles/_shots.sass @@ -62,10 +62,8 @@ background: transparent border: 2px solid $color-text-dark-secondary - &.shot-thumbnail - border-bottom: none - img - opacity: .5 + &.shot-thumbnail img + opacity: .5 &.active +stripes(white, rgba($color-background-active, .8), 90deg, 28px) @@ -106,8 +104,11 @@ span margin: auto 0 - &.shot-thumbnail img - transition: opacity 150ms ease-in-out + &.shot-thumbnail + border-left: none + border-bottom: none + img + transition: opacity 150ms ease-in-out &.task-type position: relative @@ -161,7 +162,7 @@ &:before transform: translate(-50%, -50%) scale(1.3) border: 2px solid white - box-shadow: 0 0 5px 1px $color-background-dark, 1px 1px 0 rgba(black, .2) + box-shadow: 0 0 0 1px rgba($color-primary, .2), 1px 1px 0 rgba(black, .2) &:hover border-color: $color-primary-light