mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-04 22:00:59 -04:00
fix(a11y): disabled button color contrast (#54248)
This commit is contained in:
@@ -256,8 +256,9 @@ button[aria-disabled='true']:hover,
|
||||
fieldset[disabled] .btn {
|
||||
cursor: not-allowed;
|
||||
background-color: var(--quaternary-background);
|
||||
border-color: var(--quaternary-color);
|
||||
color: var(--quaternary-color);
|
||||
border-color: var(--gray-45);
|
||||
color: var(--secondary-color);
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.btn-cta {
|
||||
|
||||
Reference in New Issue
Block a user