Skip to content

Commit

Permalink
update form.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMagpie committed Aug 25, 2023
1 parent 82e5fd2 commit 6259955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/client/src/assets/scss/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ input, textarea, input.form-control, textarea.form-control {
box-shadow: none;
}

&:disabled, &:read-only {
&:disabled {
opacity: 0.64;
background: $gray-700;
}
Expand Down

0 comments on commit 6259955

Please sign in to comment.