Skip to content

Commit

Permalink
PATCH: better slider UX - cursor pointer + more height (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtil authored Nov 22, 2023
1 parent dbd36dc commit 7500ba8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BIMDataComponents/BIMDataSlider/_BIMDataSlider.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.bimdata-slider {
position: relative;
.bimdata-slider-input {
cursor: pointer;
height: 12px;
&::-webkit-slider-runnable-track {
height: 3px;
background: linear-gradient(
Expand Down

0 comments on commit 7500ba8

Please sign in to comment.