whitehall icon indicating copy to clipboard operation
whitehall copied to clipboard

Search input renders native styling in iOS

Open dashouse opened this issue 7 years ago • 0 comments

On iOS the search input is styled with it's native styling (rounded corners and drop shadow). It’s not something you’d notice by making the screen smaller, only by testing on the device.

I believe this is due to the absence of -webkit-appearance: none; on the input.

image1

dashouse avatar Jul 17 '17 11:07 dashouse