Skip to content

Commit a7c6029

Browse files
Improve Tailwind compatibility
1 parent c8ec564 commit a7c6029

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Next
4+
- Fix accessibility hints
5+
- Improve Tailwind compatibility
6+
37
## 2.2.1 - 2022 Oct 24
48
- Fix month dropdown left/right arrow shortcuts
59

src/lib/DatePicker.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@
344344
width: 8px
345345
padding: 0rem 0.5rem
346346
pointer-events: none
347+
box-sizing: content-box
347348
.month
348349
flex-grow: 1
349350
.year
@@ -397,6 +398,7 @@
397398
border: 1px solid rgba(108, 120, 147, 0.3)
398399
outline: none
399400
transition: all 80ms cubic-bezier(0.4, 0.0, 0.2, 1)
401+
background-image: none
400402
401403
.header
402404
display: flex

0 commit comments

Comments
 (0)