Skip to content

Commit 3fe9997

Browse files
committed
💚 Slightly improve disabled input appearance
1 parent b1767c9 commit 3fe9997

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/_form.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ input, textarea, select {
4747
&:disabled {
4848
cursor: not-allowed;
4949
background-color: var(--color-bg-muted);
50+
box-shadow: none;
5051
}
5152
&:user-invalid {
5253
box-shadow: var(--color-alert) var(--shadow-border);

0 commit comments

Comments
 (0)