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

hikemaniac notifications at github.com
Sat Mar 14 15:44:12 UTC 2020


hikemaniac commented on this pull request.



> @@ -764,6 +764,10 @@ header .search_forms,
     overflow: hidden;
     border-radius: 2px 0 0 2px;
   }
+  
+  input#query {

I don't see any reason not to. Currently we only have this one field with the `overflow` class and even if there was another field it would make sense to let it also behave like that, so I moved the CSS rule there.

-- 
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#discussion_r392597478
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200314/707b428b/attachment.htm>


More information about the rails-dev mailing list