prefixfree
prefixfree copied to clipboard
user-select
user-select CSS3 propert not being processed, not mentioned in the code.
Which browser? Are you sure it's not supported unprefixed?
FF. I tried. -moz-user-select: none; — works. user-select: none; — doesn't.
I have the same issue of mpa3b
I was going to look into why my user-select
wasn't being prefixed, but I noticed that it was while testing PR #6147. So I reverted that PR and it was still working, although I had the unrelated PR #6145 in effect.
Can somebody provide a testcase (e.g. in a dabblet or codepen) so I (or someone else) can look into it?