Skip to content

Commit a2b6f97

Browse files
feat(css): Add data for ::picker-icon (#961)
* feat(css): Add data for `::picker-icon` * update
1 parent ad9ebf0 commit a2b6f97

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

css/selectors.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,6 +1179,14 @@
11791179
"status": "standard",
11801180
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::part"
11811181
},
1182+
"::picker-icon": {
1183+
"syntax": "::picker-icon",
1184+
"groups": [
1185+
"CSS Form Control Styling"
1186+
],
1187+
"status": "standard",
1188+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::picker-icon"
1189+
},
11821190
"::picker()": {
11831191
"syntax": "::picker( <form-control-identifier>+ )",
11841192
"groups": [

0 commit comments

Comments
 (0)