Skip to content

Commit

Permalink
fix(ISSUE-1474): add -webkit-calendar-picker-indicator pseudoclass (#…
Browse files Browse the repository at this point in the history
…1475)

Co-authored-by: Adam Skoufis <[email protected]>
  • Loading branch information
corradopetrelli and askoufis authored Sep 13, 2024
1 parent 1e48d96 commit cd9d8b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-eyes-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vanilla-extract/css": minor
---

Add `::-webkit-calendar-picker-indicator` as a valid pseudo-element
1 change: 1 addition & 0 deletions packages/css/src/simplePseudos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const simplePseudoMap = {
'::-ms-track': true,
'::-ms-value': true,
'::-webkit-backdrop': true,
'::-webkit-calendar-picker-indicator': true,
'::-webkit-inner-spin-button': true,
'::-webkit-input-placeholder': true,
'::-webkit-meter-bar': true,
Expand Down

0 comments on commit cd9d8b2

Please sign in to comment.