Skip to content

Commit

Permalink
feat: add the active/hover states for the slider handles [PT-188162656]
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanik committed Aug 27, 2024
1 parent e8b69c3 commit 8dbe9e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/grasp-seasons/components/slider/slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
background-color: rgba(255, 255, 255, 0.8) !important;
border: 1px solid $borderColor;

&:hover {
background-color: rgba(220, 239, 242, 0.8) !important;
}
&:active {
background-color: rgba(185, 223, 229, 0.8) !important;
}
}

.ui-slider-with-tick-labels {
Expand Down

0 comments on commit 8dbe9e9

Please sign in to comment.