[openstreetmap/openstreetmap-website] Fix border-radius for search query input field (#2558)

Tom Hughes notifications at github.com
Sat Mar 14 14:59:03 UTC 2020


tomhughes requested changes on this pull request.



> @@ -753,6 +753,14 @@ header .search_forms,
   display: none;
 }
 
+[dir=ltr] input#query {

As I thought `r2` will take of the RTL stuff so there's no need to do it yourself.

Also please move this inside the `.search_form` block below - as it is it will match any input element with that name anywhere on the site.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2558#pullrequestreview-374732262
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200314/adb4172b/attachment-0001.htm>


More information about the rails-dev mailing list