Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Match the primary button disabled state to Core's color contrast (#16103
) * See #15280. This fixes the primary button's disabled view to match core primary disabled buttons. * Removed unecessary opacity attribute in css. * Revising tint and shade Sass values to get closer to Core. * Minor CSS edit to remove text shadow from disabled buttons. * Added active state to disabled state to remove active change of color. * Fixed the focus state of disabled primary button to keep the disabled text color. * A few minor CSS tweaks to fix the border inset shadow. * Move disabled focus styles alongside other disabled rules. * Ensure disabled state persists for alternate color schemes.
- Loading branch information