[openstreetmap/openstreetmap-website] Show tag changes in object history view (PR #6448)
Pablo Brasero
notifications at github.com
Tue Nov 4 14:04:07 UTC 2025
@pablobm commented on this pull request.
> @@ -1033,3 +1033,91 @@ img.trace_image {
}
}
}
+
+/* Tag change highlighting for history views */
+.browse-tag-list {
+ .tag-added {
+ background-color: rgba(var(--bs-success-rgb), 0.08) !important;
+ border-left: 4px solid var(--bs-success);
+
+ th, td {
+ background-color: inherit !important;
+ }
+ }
+
+ .tag-modified {
+ background-color: rgba(var(--bs-warning-rgb), 0.08) !important;
That's fine. My question is more: do we need *all* of the `important!` tags or can we lose a few of them?
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6448#discussion_r2490651435
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6448/review/3416651090 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251104/6e51cb63/attachment-0001.htm>
More information about the rails-dev
mailing list