Skip to content

Commit

Permalink
fix: set correct selector for inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rienheuver committed Jun 5, 2024
1 parent 77c1ff2 commit a8d0cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inputs.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:where(input:not([type="range"]:not[type="button"])) {
:where(input:not([type="range"], [type="button"])) {
background-color: var(--surface-0);
box-shadow: var(--shadow-2), 0 0 1px 1px var(--surface-3);
padding-inline: var(--size-relative-3);
Expand Down

0 comments on commit a8d0cbc

Please sign in to comment.