From f3e3e7922c61084778abd9ed652cbcf7334f0405 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Thu, 15 Feb 2018 17:52:04 -0500 Subject: [PATCH] Adding line next to select arrow --- src/components/Form/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Form/style.css b/src/components/Form/style.css index 61dab59..de974fa 100644 --- a/src/components/Form/style.css +++ b/src/components/Form/style.css @@ -80,5 +80,6 @@ top: calc((var(--select-height) - 24px) / 2); right: 0; pointer-events: none; + border-left: 0.2rem solid var(--color-black); } }