Replace search button text with svg icon
This commit is contained in:
parent
c36f09b28d
commit
6d25f54b0b
1 changed files with 10 additions and 1 deletions
|
@ -7,7 +7,16 @@
|
|||
<div class="input-group-text border-start-0 p-0 position-relative">
|
||||
<%= 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") %>
|
||||
</div>
|
||||
<%= submit_tag t("site.search.submit_text"), :class => "btn btn-sm btn-primary", :data => { :disable_with => false } %>
|
||||
<%= button_tag :class => "btn btn-sm btn-primary p-1", :title => t("site.search.submit_text") do %>
|
||||
<svg width="24" height="20" class="align-bottom">
|
||||
<circle cx="13" cy="7" r="6.5" fill="#fff8" stroke="#fff" />
|
||||
<path d="M9.75 12.629 A6.5 6.5 0 0 1 7.371 10.25" fill="none" stroke="#fff" stroke-width="1.5" />
|
||||
<line x1="1" y1="19" x2="1.5" y2="18.5" stroke="#fff8" stroke-width="2" />
|
||||
<line x1="1.5" y1="18.5" x2="6" y2="14" stroke="#fff" stroke-width="2.5" />
|
||||
<line x1="6" y1="14" x2="6.5" y2="13.5" stroke="#fff8" stroke-width="2" />
|
||||
<line x1="6.5" y1="13.5" x2="8.5" y2="11.5" stroke="#fff" stroke-width="1.5" />
|
||||
</svg>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue