We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa063d commit a244b72Copy full SHA for a244b72
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
## Next
4
+- Hide disabled dates
5
- Fix disabled dates not reacting to `min` and `max` being updated
6
7
## 1.1.1 - 2021 Dec 11
src/lib/DatePicker.svelte
@@ -345,6 +345,8 @@
345
&:hover
346
border: 1px solid rgba(#808080, 0.08)
347
background-color: rgba(#808080, 0.08)
348
+ &.disabled
349
+ visibility: hidden
350
&.disabled:hover
351
border: none
352
background-color: transparent
0 commit comments