Skip to content

Commit

Permalink
:lipsticks: #13967
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Feb 13, 2025
1 parent 4b6863e commit df0c1fa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/src/assets/scss/component/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
background-color: transparent;
padding: 0 4px;

&::-webkit-slider-runnable-track {
&::-webkit-slider-runnable-track,
&::-moz-range-track {
-webkit-appearance: none;
height: 2px;
background-color: var(--b3-theme-primary-lighter);
}

&::-webkit-slider-thumb {
&::-webkit-slider-thumb,
&::-moz-range-thumb {
-webkit-appearance: none;
width: 10px;
height: 10px;
Expand All @@ -27,7 +29,8 @@
&:hover {
outline: none;

&::-webkit-slider-thumb {
&::-webkit-slider-thumb,
&::-moz-range-thumb {
transform: scale(1.5);
}
}
Expand Down

0 comments on commit df0c1fa

Please sign in to comment.