From 806fb3c0d904edda051bbd16eaa0af36cca35ee5 Mon Sep 17 00:00:00 2001 From: andrewdds <40467269+andrewdds@users.noreply.github.com> Date: Fri, 31 Aug 2018 11:02:58 -0400 Subject: [PATCH] Remove commented css line --- styles/elements/_tooltip.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/elements/_tooltip.scss b/styles/elements/_tooltip.scss index 0c81d50a..d444826f 100644 --- a/styles/elements/_tooltip.scss +++ b/styles/elements/_tooltip.scss @@ -68,7 +68,6 @@ background: $color; color: black; padding: 24px; - //border-radius: 5px; box-shadow: 0 5px 30px rgba(black, .1); }