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:

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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Screenshot 2026-01-22 at 11.46.51 AM.png | 66.3 KB | bkosborne |
Issue fork webform-3569060
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
Comment #3
bkosborneComment #4
andrew.wang commentedComment #7
liam morlandFixes issue introduced in commit c656030b for #3478414: Remove/replace deprecated #drupal-off-canvas selector.