Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inconsistencies with disabled form elements #86

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 21, 2023

  1. Fix hidden background-images for disabled inputs

    background would also overwrite background-image, hiding the icons when
    the inputs where disabled.
    tribut committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    91b3aec View commit details
    Browse the repository at this point in the history
  2. Allow checked radio controls/checkboxes to be identified when disabled

    Without this, it is impossible to tell checked and unchecked controls
    apart when they are disabled.
    tribut committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a640deb View commit details
    Browse the repository at this point in the history
  3. Fix inconsistency for disabled select controls

    The missing :not(:disabled) meant that the background color did not
    match with other controls in disabled state.
    tribut committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    355227d View commit details
    Browse the repository at this point in the history