html_url,issue_url,id,node_id,user,user_label,created_at,updated_at,author_association,body,reactions,issue,issue_label,performed_via_github_app https://github.com/simonw/datasette/issues/701#issuecomment-603544779,https://api.github.com/repos/simonw/datasette/issues/701,603544779,MDEyOklzc3VlQ29tbWVudDYwMzU0NDc3OQ==,9599,simonw,2020-03-24T22:50:05Z,2020-03-24T22:50:05Z,OWNER,https://css-tricks.com/webkit-html5-search-inputs/ talks about this.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",583970196,Search box CSS doesn't look great on OS X Safari, https://github.com/simonw/datasette/issues/701#issuecomment-603545257,https://api.github.com/repos/simonw/datasette/issues/701,603545257,MDEyOklzc3VlQ29tbWVudDYwMzU0NTI1Nw==,9599,simonw,2020-03-24T22:51:29Z,2020-03-24T22:51:29Z,OWNER,It looks like the problem is that the `padding: 9px 4px` rule is being ignored.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",583970196,Search box CSS doesn't look great on OS X Safari, https://github.com/simonw/datasette/issues/701#issuecomment-603547065,https://api.github.com/repos/simonw/datasette/issues/701,603547065,MDEyOklzc3VlQ29tbWVudDYwMzU0NzA2NQ==,9599,simonw,2020-03-24T22:56:47Z,2020-03-24T22:56:47Z,OWNER,"From the comments on that css-tricks article, this appears to work: ```css input[type=search] { -webkit-appearance: textfield; } input[type=""search""]::-webkit-search-decoration, input[type=""search""]::-webkit-search-cancel-button, input[type=""search""]::-webkit-search-results-button, input[type=""search""]::-webkit-search-results-decoration { display: none; } ```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",583970196,Search box CSS doesn't look great on OS X Safari,