From: Tom Hughes Date: Wed, 24 Apr 2024 17:18:07 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4716' X-Git-Tag: live~1034 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/e30385eada3e88a508400107a00962a63a8f2da8?hp=75438093ee64a3481cd9f1bca36a2881e3640b75 Merge remote-tracking branch 'upstream/pull/4716' --- diff --git a/app/views/layouts/_search.html.erb b/app/views/layouts/_search.html.erb index 5d612dd78..41529e0c2 100644 --- a/app/views/layouts/_search.html.erb +++ b/app/views/layouts/_search.html.erb @@ -5,7 +5,7 @@
<%= text_field_tag "query", params[:query], :placeholder => t("site.search.search"), :autofocus => autofocus, :autocomplete => "on", :class => "form-control form-control-sm z-0", :dir => "auto" %>
- <%= button_tag t("site.search.where_am_i"), :type => "button", :class => "describe_location position-absolute end-0 me-1 btn btn-sm btn-outline-primary border-0 bg-transparent", :title => t("site.search.where_am_i_title") %> + <%= button_tag t("site.search.where_am_i"), :type => "button", :class => "describe_location position-absolute end-0 me-1 btn btn-sm btn-outline-primary border-0 bg-transparent text-primary link-body-emphasis link-opacity-100-hover", :title => t("site.search.where_am_i_title") %>
<%= submit_tag t("site.search.submit_text"), :class => "btn btn-sm btn-primary", :data => { :disable_with => false } %>