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
fix(material/paginator): disabled buttons not visible in high contrast mode (#30505)
#29379 changed the selector for disabled buttons from `[disabled]` to `[aria-disabled]`, however it didn't apply the same change to the high contrast styles which led to them being invisible in dark mode.
I've also improved the experience by styling the buttons as disabled in high contrast mode.
Fixes#30504.
(cherry picked from commit f2cf229)
0 commit comments