Cannot approve trades on Firefox
robdy opened this issue · 2 comments
robdy commented
When I open user profile on FHQ using Firefox, it doesn't give me checkmarks to approve the trade:
https://i.imgur.com/CxUbF7H.png
As @SnowPhoenix found, it's caused by -moz-appearance: none
attribute in input[type="checkbox"]:not(.search-check)
.
pkmnbumba commented
flairhq/assets/styles/importer.less
Line 91 in 1b63a83
Changing this to -moz-appearance: checkbox
should fix the issue.