]> git.openstreetmap.org Git - rails.git/commit
Restore Bootstrap "chat" icons for changeset comments
authorAnton Khorev <tony29@yandex.ru>
Mon, 21 Jul 2025 11:46:45 +0000 (14:46 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 21 Jul 2025 12:16:11 +0000 (15:16 +0300)
commita6d650d3e0094c9d70ce6ca98f0830a9ae0e8a53
tree13c9d4293ca2e09aa681f730300fc9868a7c388f
parent5d13c6bbe4547b52c70e5b17c07019195c044e45
Restore Bootstrap "chat" icons for changeset comments

https://icons.getbootstrap.com/icons/chat/
https://icons.getbootstrap.com/icons/chat-fill/

Undoes a part of 5e8576462633a9dacb00c580159fc62bf890ea31 that complicates comments icon logic by introducing a fill transform. The transform doesn't produce the same result if when opacity is less than 1, and it is less than 1. This happens because fill and stroke areas overlap.
app/assets/images/icons/chat-fill.svg [new file with mode: 0644]
app/assets/images/icons/chat.svg [new file with mode: 0644]
app/assets/images/icons/comment.svg [deleted file]
app/views/changesets/_changeset_line.html.erb
config/initializers/inline_svg.rb