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
Apply cursor: not-allowed to entire disabled <Choice>, including both the checkbox/radio button and the label. Also fixes cursor: pointer being incorrectly applied beyond the label. (#841)
Use error light for inverse field error highlight (#847)
💅 Changed
Update help drawer toggle to be a button instead of a link (#860)
Add ds-c-field__error-message class for inline errors, use that class instead of .ds-c-field__hint .ds-u-color--error (#837)
Before:
After:
Add ds-c-datefield__label class to <DateField> day/month/year labels(#850), reducing the amount of utilities used to make those styles easier to override
Apply styles to <Review> component via ds-c-review and ds-c-review__heading classes instead of utility classes (#836)
Remove default aria-label to the currency field, allow custom aria-labels (#851)