Simon Egersand
2018-02-09 9e5311bda48ffcf7018733f8730df55f7b5f56a4
Do not show cursor for non-clickable elements

This change applies for the timepicker.
2 files modified
10 ■■■■■ changed files
css/react-datetime.css 4 ●●●● patch | view | raw | blame | history
example/react-datetime.css 6 ●●●● patch | view | raw | blame | history
css/react-datetime.css
@@ -211,3 +211,7 @@
  font-size: 1.2em;
  margin-top: 37px;
}
.rdtTime td {
  cursor: default;
}
example/react-datetime.css
@@ -219,4 +219,8 @@
.rdtDayPart {
  margin-top: 43px;
}
}
.rdtTime td {
  cursor: default;
}