Problem/Motivation

In 6.3.x the off canvas dialog that's used for building and configuring form elements and handlers has a color contrast issue with form item descriptions:

off canvas dialog in webform circling a form item description that is barely legible due to color contrast issues

This was caused by an incorrect change made in #3478414: Remove/replace deprecated #drupal-off-canvas selector.

Steps to reproduce

In D11 with Webform 6.3.x, configure an email handler for any webform. For the "To email" select "Custom To email address...". Observe that the form item description for the field that's shown below it is not legible due to color contrast issues.

Proposed resolution

Fix the CSS selector. The problem is that the #drupal-off-canvas-wrapper is on the same element as .webform-off-canvas so we need to remove the space between the two in the selectors.

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork webform-3569060

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

bkosborne created an issue. See original summary.

bkosborne’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new66.3 KB

liam morland made their first commit to this issue’s fork.

liam morland’s picture

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.