From 682af723a05d22955e3319fb1a77518720a8834a Mon Sep 17 00:00:00 2001 From: romgar Date: Mon, 26 Apr 2021 20:33:36 +0100 Subject: [PATCH] Removes the small arrow experiment on top of the slider current value bubble --- src/ui/Slider.jsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/ui/Slider.jsx b/src/ui/Slider.jsx index 2b9438c..9df32c3 100644 --- a/src/ui/Slider.jsx +++ b/src/ui/Slider.jsx @@ -18,16 +18,6 @@ const StyledSlider = styled.div` border-radius: 1rem; padding: 2px 7px 0px 7px; background-color: var(--color-primary); - - &:before { - content: ""; - position: absolute; - margin-top: -10px; // adjust position, arrow has a height of 30px. - left: 5px; - border: solid 5px transparent; - border-bottom-color: var(--color-primary); - z-index: 1; - } } `;