Skip to content
Snippets Groups Projects
Verified Commit 8e344072 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3266299 by Gauravvvv, stueybrock, smustgrave, rkoller, amietpatial,...

Issue #3266299 by Gauravvvv, stueybrock, smustgrave, rkoller, amietpatial, sahil.goyal, mgifford, ckrina, mherchel, andrewmacpherson, mikemai2awesome: Claro: Form labels that are disabled have too low color contrast

(cherry picked from commit e8298e81)
parent 3ce91cc4
No related branches found
No related tags found
5 merge requests!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...,!8325Update file Sort.php,!8095Expose document root on install
Pipeline #164498 passed with warnings
Pipeline: drupal

#164503

    ......@@ -138,7 +138,7 @@
    --input--error-color: var(--color-maximumred);
    --input--error-border-color: var(--color-maximumred);
    --input--disabled-color: rgba(84, 85, 96, 0.6); /* Davy's gray with 0.6 opacity. */
    --input--disabled-fg-color: var(--color-gray-600);
    --input--disabled-fg-color: var(--color-gray-800);
    --input--disabled-bg-color: #f2f2f3; /* Light gray with 0.3 opacity on white bg. */
    --input--disabled-border-color: #bababf; /* Old silver with 0.5 opacity on white bg. */
    --input--disabled-border-opacity: 0.5;
    ......
    ......@@ -132,7 +132,7 @@
    --input--error-color: var(--color-maximumred);
    --input--error-border-color: var(--color-maximumred);
    --input--disabled-color: rgba(84, 85, 96, 0.6); /* Davy's gray with 0.6 opacity. */
    --input--disabled-fg-color: var(--color-gray-600);
    --input--disabled-fg-color: var(--color-gray-800);
    --input--disabled-bg-color: #f2f2f3; /* Light gray with 0.3 opacity on white bg. */
    --input--disabled-border-color: #bababf; /* Old silver with 0.5 opacity on white bg. */
    --input--disabled-border-opacity: 0.5;
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment