[openstreetmap/openstreetmap-website] Add permalinks to changeset comments (PR #4789)

Holger Jeromin notifications at github.com
Tue Mar 4 14:01:32 UTC 2025


HolgerJeromin left a comment (openstreetmap/openstreetmap-website#4789)

@hlfan 
Would be nice if we could reuse the color of the text or link. 
Easiest would be to use [`currentColor`](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#currentcolor_keyword):
```html
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20">
  <path fill="none" stroke="currentColor" stroke-dasharray="17.571 6.505 25" stroke-linecap="round" stroke-width="2" d="M12 4a1 1 0 014 4l-3 3A1 1 0 019 7ZM8 16a1 1 0 01-4-4l3-3a1 1 0 014 4Z" ></path>
</svg>

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4789#issuecomment-2697718164
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/4789/c2697718164 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250304/156e7ffe/attachment.htm>


More information about the rails-dev mailing list