Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 32cd122

Browse files
committed
fix(styling): add missing pointer cursor to flatpickr inputs
1 parent 8a613d4 commit 32cd122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/modules/angular-slickgrid/styles/slick-plugins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@ input.search-filter {
776776
}
777777
.form-control[readonly],
778778
.flatpickr.form-control[readonly] {
779+
cursor: pointer;
779780
background-color: $flatpickr-bgcolor;
780781
}
781782
}

0 commit comments

Comments
 (0)