Skip to content

Commit

Permalink
fix: prevent style pollution for select fields
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Oct 17, 2023
1 parent 24ded53 commit fa7af7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/components/InputOrGroup/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
width: 100%;
}

.Input select {
.Input select.Input-input {
/* Safari */
appearance: none;
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>")
Expand Down

0 comments on commit fa7af7d

Please sign in to comment.