Remove border bottom from thumbnail cells

This commit is contained in:
2016-11-08 16:26:47 +01:00
parent defa5d8146
commit 21f3acc03e

View File

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