]> git.openstreetmap.org Git - rails.git/commitdiff
Replace bg-light with bg-body-tertiary
authorAnton Khorev <tony29@yandex.ru>
Thu, 11 Apr 2024 00:34:27 +0000 (03:34 +0300)
committerAnton Khorev <tony29@yandex.ru>
Thu, 11 Apr 2024 00:34:27 +0000 (03:34 +0300)
app/views/issues/show.html.erb
app/views/shared/_richtext_field.html.erb

index 8b5f7f42d222d8f6903e199cbce64b2ddeeb7ddb..ad463c259320daa443ac57d4836a2faf30d4059a 100644 (file)
@@ -45,7 +45,7 @@
     <h3><%= t ".reports_of_this_issue" %></h3>
 
     <% if @read_reports.present? %>
-    <div class="bg-light text-muted">
+    <div class="bg-body-tertiary text-muted">
       <h4><%= t ".read_reports" %></h4>
       <%= render "reports", :reports => @read_reports %>
     </div>
index 22b3db54228fbd1d03e2eb5d43c138acb65dba87..f471cbbbf93bf89457e081abaa67ec5a91c67aa3 100644 (file)
@@ -4,7 +4,7 @@
     <div id="<%= id %>_preview" class="richtext_preview richtext text-break"></div>
   </div>
   <div id="<%= id %>_help" class="col-sm-4 richtext_help">
-    <div class="card bg-light h-100">
+    <div class="card bg-body-tertiary h-100">
       <div class="card-body">
         <%= render :partial => "shared/#{type}_help" %>
         <%= submit_tag t(".edit"), :id => "#{id}_doedit", :class => "richtext_doedit btn btn-primary", :disabled => true %>