Skip to content

Commit

Permalink
fix(styling): add missing pointer cursor to flatpickr inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 29, 2020
1 parent 8a613d4 commit 32cd122
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ input.search-filter {
}
.form-control[readonly],
.flatpickr.form-control[readonly] {
cursor: pointer;
background-color: $flatpickr-bgcolor;
}
}
Expand Down

0 comments on commit 32cd122

Please sign in to comment.