pokemontrades / flairhq

A small project to allow easy adding of flair applications for subreddits (focusing initially on /r/pokemontrades) and easy moderation for moderators.
Apache License 2.0
11 stars 9 forks source link

Cannot approve trades on Firefox #618

Closed robdy closed 4 years ago

robdy commented 6 years ago

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 4 years ago

https://github.com/pokemontrades/flairhq/blob/1b63a8392671ae47e6ec22ad272ac839c65d4834/assets/styles/importer.less#L91

Changing this to -moz-appearance: checkbox should fix the issue.

Raia commented 4 years ago

Fixed in #657