From: Andy Allan Date: Wed, 16 Aug 2023 12:35:47 +0000 (+0100) Subject: Merge pull request #4150 from AntonKhorev/note-table-bootstrap-highlight X-Git-Tag: live~1201 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/9174049d6b4e50c32ba1a11b1c628bcfe32c06bf?hp=28b00b85da663c161803897f6a54550597ed82c1 Merge pull request #4150 from AntonKhorev/note-table-bootstrap-highlight Use Bootstrap highlight class in note tables --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index ee11340d9..3eedfdbae 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1220,14 +1220,6 @@ div.secondary-actions { } } -/* Rules for the user notes list */ - -.note_list { - tr.creator { - background-color: $offwhite; - } -} - /* Rules for the iD editor */ .id-embed { diff --git a/app/views/notes/index.html.erb b/app/views/notes/index.html.erb index 2eb99b812..dd0cb2608 100644 --- a/app/views/notes/index.html.erb +++ b/app/views/notes/index.html.erb @@ -21,7 +21,7 @@ <% @notes.each do |note| -%> - class="creator"<% end %>> + class="table-primary"<% end %>> <% if note.closed? %> <%= image_tag("closed_note_marker.png", :alt => "closed", :size => "25x40") %>