Merge branch 'fix-html5-color-inputs' into 'master'
Remove instances of HTML5 input type="color" due to inconsistent browser support ## 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)  See merge request !6576
Showing
Please register or sign in to comment