Skip to content

Commit 27b518d

Browse files
committed
fix: avoid disabling before when pointer is coarse
Closes #24
1 parent ad952f7 commit 27b518d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

theme/lumo/vcf-date-range-month-calendar-styles.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,6 @@ registerStyles(
147147
}
148148
149149
@media (pointer: coarse) {
150-
[part="date"]:hover:not([selected])::before,
151-
[part="date"][focused]:not([selected])::before {
152-
display: none;
153-
}
154-
155150
[part="date"][role="button"]:not([disabled]):active::before {
156151
display: block;
157152
}

0 commit comments

Comments
 (0)