Skip to content

Commit

Permalink
feat(core): added _filled pseudo property
Browse files Browse the repository at this point in the history
  • Loading branch information
hirotomoyamada committed Dec 25, 2023
1 parent e4f5f61 commit fb24a18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ten-icons-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@yamada-ui/core": patch
---

Added `_filled` pseudo property.
1 change: 1 addition & 0 deletions packages/core/src/pseudos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export const pseudos = {
* The CSS `:-webkit-autofill` pseudo-class.
*/
_autofill: "&:-webkit-autofill",
_filled: "&[data-filled]",
_outside: "&[data-outside]",
_weekend: "&[data-weekend]",
_holiday: "&[data-holiday]",
Expand Down

0 comments on commit fb24a18

Please sign in to comment.