Skip to content

Commit a8d0cbc

Browse files
committed
fix: set correct selector for inputs
1 parent 77c1ff2 commit a8d0cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/inputs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:where(input:not([type="range"]:not[type="button"])) {
1+
:where(input:not([type="range"], [type="button"])) {
22
background-color: var(--surface-0);
33
box-shadow: var(--shadow-2), 0 0 1px 1px var(--surface-3);
44
padding-inline: var(--size-relative-3);

0 commit comments

Comments
 (0)