Closed
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
Paginator buttons when disabled are not accessible on high contrast mode. There are 2 issues:
- Disabled buttons should be outlined in green.
- Disabled Button icon is not visible.
Reproduction
Steps to reproduce:
- Go to https://material.angular.io/components/paginator/examples
- On Chrome Dev Tools > Rendering > Emulate CSS media feature forced-colors, select
forced-colors: active
.
Expected Behavior
Disabled buttons should be outlined in green.
Disable button icons should be visible.
See button component for reference: https://material.angular.io/components/button/overview
Actual Behavior
Disabled buttons are not outlined in green.
Disable button icons are not visible.
Environment
- Angular:
- CDK/Material: 19.1.4
- Browser(s): Chrome 133.0.6943.98 (64-bit)
- Operating System (e.g. Windows, macOS, Ubuntu): Ubuntu