Problem/Motivation

Disabled and empty boolean input styles (checkbox, radio) do not follow the designs anymore:

The empty input of a checkbox and even an emtpy radio shows a white checkbox.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

huzooka’s picture

huzooka created an issue. See original summary.

huzooka’s picture

Issue tags: +beta blocker
fhaeberle’s picture

This is actually a pretty small change with adding "background-image: none" to the disabled checkbox and radios but I recognized that we still have the workarounds for Add Drupal JavaScript theme function for checkbox in place so I removed them also. Hopefully this fixes the problem and cleans the codebase a bit up.

lauriii’s picture

Status: Needs review » Needs work

@fhaeberle We're doing the code removal part here #3024996: Remove tableselect.js and media_library.view.js overrides 🙂

fhaeberle’s picture

Uh didn't see that one! Updated my patch 🔁
Leaving the interdiff. 😅

  • lauriii committed f003d9d on 8.x-2.x
    Issue #3086264 by fhaeberle, huzooka: [Regression] Disabled and empty...

  • lauriii committed 7abaa82 on 8.x-1.x
    Issue #3086264 by fhaeberle, huzooka: [Regression] Disabled and empty...
lauriii’s picture

Status: Needs review » Fixed

Good catch, and thank you @fhaeberle for fixing this!

Status: Fixed » Closed (fixed)

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