Skip to content

Commit

Permalink
fix(datepicker): cursor fixes for weeks & disabled dates in datepicker (
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloff200 authored and valorkin committed Dec 7, 2018
1 parent d6e3534 commit 5c0efdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/datepicker/bs-datepicker.scss
Expand Up @@ -153,7 +153,8 @@
-ms-user-select: none;
}

&:not(.disabled) span {
// todo: check first :not(.disabled) usage
&:not(.disabled):not(.week) span:not(.disabled) {
cursor: pointer;
}

Expand Down

0 comments on commit 5c0efdd

Please sign in to comment.