We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65e1bde + e2999fb commit dc3e3b2Copy full SHA for dc3e3b2
src/forms/form-control.scss
@@ -85,8 +85,9 @@ textarea.form-control {
85
}
86
87
// Inputs with contrast for easy light gray backgrounds against white.
88
+// changing the value to default as to not remove the class all together, but deprecate the visual distinction for "contrast"
89
.input-contrast {
- background-color: var(--bgColor-muted, var(--color-canvas-inset));
90
+ background-color: var(--bgColor-default);
91
92
&:focus {
93
background-color: var(--bgColor-default, var(--color-canvas-default));
0 commit comments