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
feat(web): Improve accessibility and styles for event form when editing with keyboard (#1088)
* feature(web): Added :hover and :focus effects to - StyledTitle, PrioritySection, DateControlSection, RecurrenceSection in EventForm
* feature(web): Added :hover and :focus effects to: RecurrenceSection, StyledDescription
* feature(web): Added :focus and :hover effects to EventForm components
* feature(web): Added scrollbar styling for StyledDescription
* feature(web): removed unnecessary underlineColor prop, replaced hardcoded colors with theme colors, changed scroll cursor to default
* refactor(core): remove hslToSpaceFormat function from color utilities
This was adding maintenance burden and wasn't adding any value, as the DatePicker is currenly falling back to the `grayGradient` from `getGradient()` anyway. Better approach would be to refactor that function so that it renders a different gradient based on the priority as expected.
---------
Co-authored-by: Patrik Hrabcak <patrik.hrabcak@student.tuke.sk>
Co-authored-by: Tyler Dane <tyler@switchback.tech>
0 commit comments