Skip to content

Commit

Permalink
Remove our custom disabled form styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rachidatecs committed Oct 1, 2024
1 parent dd29081 commit 7a98ff5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/registrar/assets/sass/_theme/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,6 @@ 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: #eeeeee;
color: #666666;
}
}

@media (prefers-color-scheme: dark) {
.usa-input:disabled, .usa-select:disabled, .usa-textarea:disabled {
background-color: var(--body-fg);
color: var(--close-button-hover-bg);
}
}

.read-only-label {
font-size: size('body', 'sm');
color: color('primary-dark');
Expand Down

0 comments on commit 7a98ff5

Please sign in to comment.