@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/[email protected]>_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev