You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
cheton
changed the title
[v3] Remove aria-* and data-* from pseudo-class selector
[v3] Remove unwanted aria-* and data-* from pseudo-class selectors
Feb 12, 2025
https://trendmicro-frontend.github.io/tonic-ui/react/v2/styled-system/pseudo-style-props/
_active
&:active, &[data-active]
&:active
_checked
&:checked, &[aria-checked=true], &[data-checked]
&:checked
_disabled
&:disabled, &:disabled:focus, &:disabled:hover, &[aria-disabled=true], &[aria-disabled=true]:focus, &[aria-disabled=true]:hover, &[data-disabled]
&:disabled, &:disabled:focus, &:disabled:hover
_focus
&:focus, &[data-focus]
&:focus
_hover
&:hover, &[data-hover]
&:hover
_invalid
&:invalid, &[aria-invalid=true]
&:invalid
_readOnly
&:read-only, &[aria-readonly=true], &[data-readonly]
&:read-only
_selected
&[aria-selected=true], &[data-selected]
&[data-selected]
❓_valid
&[aria-invalid=false], &:valid
&:valid
The text was updated successfully, but these errors were encountered: