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.
1 parent b1767c9 commit 3fe9997Copy full SHA for 3fe9997
1 file changed
src/core/_form.css
@@ -47,6 +47,7 @@ input, textarea, select {
47
&:disabled {
48
cursor: not-allowed;
49
background-color: var(--color-bg-muted);
50
+ box-shadow: none;
51
}
52
&:user-invalid {
53
box-shadow: var(--color-alert) var(--shadow-border);
0 commit comments