@AntonKhorev commented on this pull request.
> + :note_icon => (link_to new_note_path(:anchor => map_hash(params)),
> :title => t("javascripts.site.createnote_tooltip") do
+ tag.svg :width => 20, :height => 20, :class =>
"align-top" do
This changes how the icon looks:


To restore the previous look do this:
```suggestion
:note_icon => (link_to new_note_path(:anchor => map_hash(params)),
:title => t("javascripts.site.createnote_tooltip"),
:class => "d-inline-block rounded-1 bg-dark text-white align-top" do
tag.svg :width => 20, :height => 20, :class =>
"d-block" do
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5752#pullrequestreview-2827683067
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/5752/review/2827683...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev