diff --git a/src/docs/upgrade-guide.mdx b/src/docs/upgrade-guide.mdx index e1a49cae..72b3e7a1 100644 --- a/src/docs/upgrade-guide.mdx +++ b/src/docs/upgrade-guide.mdx @@ -562,7 +562,7 @@ If you'd like to continue using `cursor: pointer` by default, add these base sty /* [!code filename:CSS] */ @layer base { button:not(:disabled), - [role="button"]:not(:disabled) { + [role="button"]:not([aria-disabled="true"]) { cursor: pointer; } }