From 21f3acc03eddeffc87f6632eaaf6e2c507b2cce5 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 8 Nov 2016 16:26:47 +0100 Subject: [PATCH] Remove border bottom from thumbnail cells --- src/styles/_shots.sass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/styles/_shots.sass b/src/styles/_shots.sass index 1b76136..bf675f0 100644 --- a/src/styles/_shots.sass +++ b/src/styles/_shots.sass @@ -62,8 +62,10 @@ background: transparent border: 2px solid $color-text-dark-secondary - &.shot-thumbnail img - opacity: .5 + &.shot-thumbnail + border-bottom: none + img + opacity: .5 &.active +stripes(white, rgba($color-background-active, .8), 90deg, 28px)