Skip to content

Commit

Permalink
Merge pull request seiyria#839 from whiskyechobravo/handle-cursor
Browse files Browse the repository at this point in the history
Show pointer cursor over slider handle
  • Loading branch information
seiyria authored Jun 8, 2018
2 parents 6e4de43 + 0dd5114 commit c818139
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/less/rules.less
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@
filter: none;
.box-shadow(~"inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)");
border: 0px solid transparent;
&:hover {
cursor: pointer;
}
&.round {
border-radius: 50%;
}
Expand Down
4 changes: 3 additions & 1 deletion src/sass/_rules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@
height: $slider-line-height;
background-color: $slider-primary;
border: 0px solid transparent;

&:hover {
cursor: pointer;
}
&.round {
@include slider_border-radius($slider-line-height);
}
Expand Down

0 comments on commit c818139

Please sign in to comment.