Skip to content

Commit

Permalink
Merge pull request #39 from concord-consortium/188162656-slider-handles
Browse files Browse the repository at this point in the history
Add the active/hover states for the slider handles
  • Loading branch information
pjanik authored Aug 27, 2024
2 parents a4686be + 8dbe9e9 commit 67c9445
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 67c9445

Please sign in to comment.