From 063544f5e7ce8e37628f3acc197660ad70b71e9a Mon Sep 17 00:00:00 2001 From: Ed Lee Date: Fri, 25 Jan 2019 14:09:37 -0800 Subject: [PATCH] (no bug) - Image box-shadow instead of border to correctly overlay top/bottom edge --- content-src/styles/_mixins.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content-src/styles/_mixins.scss b/content-src/styles/_mixins.scss index c355d2c0b..affaa42d3 100644 --- a/content-src/styles/_mixins.scss +++ b/content-src/styles/_mixins.scss @@ -5,8 +5,7 @@ background-repeat: no-repeat; background-size: cover; border-radius: 4px; - border: 0.5px solid $black-10; - box-sizing: border-box; + box-shadow: inset 0 0 0 0.5px $black-15; } // Note: lineHeight and fontSize should be unitless but can be derived from pixel values