Removes the small arrow experiment on top of the slider current value bubble
This commit is contained in:
parent
a26bdc09af
commit
682af723a0
1 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
|
Loading…
Reference in a new issue