Skip to content

Commit 3046797

Browse files
Reset select appearance in Safari (#222)
Co-authored-by: Yuhei Yasuda <[email protected]>
1 parent 8013fc4 commit 3046797

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

forms.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*/
1818

1919
:where(select) {
20+
-webkit-appearance: none;
2021
appearance: none;
2122
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center / 1em;
2223
border-radius: 0;

0 commit comments

Comments
 (0)