Issue #3277274 by richardrobinson, saki007ster, ApocalypticJake, bnjmnm, sjothivelu@valleywater.org, mcolebank, joshmiller, markie, mradcliffe, pilot3, W01F: Dialog css references nonexistient --color-whitesmoke css variable

merge-requests/2216/head
Lee Rowlands 2022-04-30 12:46:01 +10:00
parent e894995a41
commit 73b7efeb71
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
2 changed files with 2 additions and 2 deletions

View File

@ -168,6 +168,6 @@
}
#drupal-off-canvas .form-item .form-item__description {
color: var(--color-whitesmoke);
color: #f3f4f9;
font-size: 0.75rem;
}

View File

@ -159,7 +159,7 @@
margin-left: 0;
}
& .form-item .form-item__description {
color: var(--color-whitesmoke);
color: var(--color-gray-050);
font-size: 0.75rem;
}
}