Fix styling

This commit is contained in:
zandercymatics 2024-03-18 13:42:00 -06:00
parent 5c8ea2b73b
commit 54d75d86b7
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 2 additions and 4 deletions

View file

@ -42,8 +42,8 @@ legend.float-left-tablet + button.float-right-tablet {
// Custom style for disabled inputs
@media (prefers-color-scheme: light) {
.usa-input:disabled, .usa-select:disabled, .usa-textarea:disabled {
background-color: $theme-disabled-input-background-color;
color: $theme-disabled-input-color;
background-color: #666666;
color: #eeeeee;
}
}

View file

@ -125,8 +125,6 @@ in the form $setting: value,
# Input settings
----------------------------*/
$theme-input-line-height: 5,
$theme-disabled-input-color: #666666,
$theme-disabled-input-background-color: #eeeeee,
/*---------------------------
# Component settings