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