Skip to content

Commit

Permalink
fix(slider): Disabled clickable area cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoOleksiyenko committed Sep 23, 2024
1 parent faf60d0 commit 9082ae0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core-bootstrap/src/scss/slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,9 @@
background-color: var(--#{variables.$prefix}slider-disabled-color);
cursor: var(--#{variables.$prefix}slider-disabled-cursor);
}
.au-slider-clickable-area,
.au-slider-clickable-area-vertical {
cursor: var(--#{variables.$prefix}slider-disabled-cursor);
}
}
}

0 comments on commit 9082ae0

Please sign in to comment.