Skip to content

Commit

Permalink
fix: update slider handle cursors [PT-188162656]
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanik committed Aug 28, 2024
1 parent 012ba08 commit 7901870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/grasp-seasons/components/slider/slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +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;
cursor: grab;

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

0 comments on commit 7901870

Please sign in to comment.