Skip to content

Commit

Permalink
fix(datepicker): add cursor pointer when selectable (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek authored Apr 7, 2024
1 parent 8f68f78 commit bfd7f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/scss/components/_datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ $datepicker-btn-padding: 0.5em 0.5em !default;
}

&--selectable {
cursor: pointer;
color: var(
--#{$prefix}datepicker-item-selectable-color,
$datepicker-item-selectable-color
Expand Down

0 comments on commit bfd7f85

Please sign in to comment.