Skip to content

Commit

Permalink
updated pointer on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Jul 27, 2021
1 parent 82cf03c commit a2a48f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/slider/css/slider-rating.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
color: #005a9c;
}

.rating-slider:hover {
cursor: pointer;
}

.rating-slider svg {
forced-color-adjust: auto;
touch-action: pan-y;
Expand Down

0 comments on commit a2a48f1

Please sign in to comment.