cms
cms copied to clipboard
Update resize handle
trafficstars
Description
Improve contrast of resize handle by using SVG with inherited --ui-control-color path fill color. New handle has a contrast ratio of 4.96:1 versus the previous 1.44:1
Resolves DEV-489
DEV-489 Modal resize handle does not meet minimum contrast requirements for UI components
Where: Modal resize handle
The handle image color has a contrast ratio of only 1.44:1 (#BDC6D0 on #E4EDF6) against the modal background
The resize handle image should be darkened to something like #7284BB in order to meet a 3:1 ratio
Resolves CMS-139