Skip to content

Commit

Permalink
Show pointer cursor on hover of slider
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephusPaye committed May 21, 2016
1 parent c0089aa commit 89d7c89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/UiSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,12 @@ $thumb-fill-color = $md-brand-primary;
opacity: 0.6;
}
}
&:not(.disabled) {
.ui-slider-wrapper {
cursor: pointer;
}
}
}
.ui-slider-wrapper {
Expand Down

0 comments on commit 89d7c89

Please sign in to comment.