Skip to content

Commit

Permalink
fix: fix rob-balfre#519
Browse files Browse the repository at this point in the history
remove tailwind's default box shadow on inputs
  • Loading branch information
hmnd committed Dec 31, 2023
1 parent 328a919 commit d8d72bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Select.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@
.selectContainer input:focus {
outline: none;
box-shadow: none;
}
.selectContainer:hover {
Expand Down

0 comments on commit d8d72bd

Please sign in to comment.