mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 08:52:16 +02:00
Css bug
This commit is contained in:
parent
753e086701
commit
f4894b2d31
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue