Skip to content

Remove instances of HTML5 input type="color" due to inconsistent browser support

username-removed-636429 requested to merge fix-html5-color-inputs into master

What does this MR do?

<input type="color" /> renders differently across browsers. Reverting to type="text" where necessary.

Screenshots (if relevant)

Safari (top) vs Chrome (bottom) Screen_Shot_2016-09-28_at_11.53.02_AM

Merge request reports