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

Tom Hughes notifications at github.com
Sat Mar 14 15:33:14 UTC 2020


tomhughes commented on this pull request.



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

Now that you've moved I see we already have rules for the input field with the `input[type=text]` selector - this rule should probably just be in there unless there is a good reason not to? Does that other rule select other things?

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


More information about the rails-dev mailing list