Removes the small arrow experiment on top of the slider current value bubble

This commit is contained in:
romgar 2021-04-26 20:33:36 +01:00
parent a26bdc09af
commit 682af723a0

View file

@ -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;
}
}
`;