Vanessa 2024-05-12 10:06:41 +08:00
parent b76c36b7b3
commit 5298c836da
2 changed files with 7 additions and 1 deletions

View file

@ -55,6 +55,12 @@
.b3-slider {
width: var(--b3-dynamicscroll-width);
display: block;
&::-webkit-slider-runnable-track,
&::-webkit-slider-thumb {
background-color: var(--b3-border-color);
box-shadow: none;
}
}
}
}