This commit is contained in:
zandercymatics 2024-03-14 11:41:04 -06:00
parent 753e086701
commit f4894b2d31
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -41,6 +41,6 @@ legend.float-left-tablet + button.float-right-tablet {
// Custom style for disabled inputs
.usa-input:disabled, .usa-select:disabled, .usa-textarea:disabled {
background-color: --body-fg;
color: --close-button-hover-bg;
background-color: var(--body-fg);
color: var(--close-button-hover-bg);
}