Skip to content

Commit

Permalink
fix(slider): show not-allowed cursor on disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Jul 27, 2023
1 parent 498718c commit 74c6c5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ export default CustomElement
border-radius: 50%;
}
#control[disabled] {
cursor: not-allowed;
}
#track {
--value: 0.5;
position: absolute;
Expand Down

0 comments on commit 74c6c5f

Please sign in to comment.