Skip to content

Commit

Permalink
dev: Style the disabled input and textarea correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
marien-probesys committed Aug 4, 2023
1 parent f90870c commit 0a9ed91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/stylesheets/components/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ textarea {
min-height: 15rem;
}

input[disabled],
textarea[disabled] {
color: var(--color-grey11);
}

input:not([disabled]):hover,
input:not([disabled]):focus,
textarea:not([disabled]):hover,
Expand Down

0 comments on commit 0a9ed91

Please sign in to comment.