mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
Fixes styling of dropdown menu buttons for safari
This commit is contained in:
parent
6bb26fe056
commit
e2d1d50a33
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue