Fixes styling of dropdown menu buttons for safari

This commit is contained in:
BryceLTaylor 2022-02-16 16:15:19 -05:00
parent 6bb26fe056
commit e2d1d50a33

View file

@ -19,6 +19,7 @@
color: $type-gray;
font-size: .875rem;
appearance: none;
-webkit-appearance: none; /* added to fix dropdown appearance on safari */
&::-ms-expand {
display: none;