mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 12:39:43 +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
|
// Custom style for disabled inputs
|
||||||
.usa-input:disabled, .usa-select:disabled, .usa-textarea:disabled {
|
.usa-input:disabled, .usa-select:disabled, .usa-textarea:disabled {
|
||||||
background-color: --body-fg;
|
background-color: var(--body-fg);
|
||||||
color: --close-button-hover-bg;
|
color: var(--close-button-hover-bg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue