]> git.openstreetmap.org Git - rails.git/commitdiff
Remove custom css for note icons on welcome and fixthemap pages
authorAnton Khorev <tony29@yandex.ru>
Sat, 27 Apr 2024 23:22:33 +0000 (02:22 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 27 Apr 2024 23:22:33 +0000 (02:22 +0300)
app/assets/stylesheets/common.scss
app/views/site/fixthemap.html.erb
app/views/site/welcome.html.erb

index c0f6c367c85271d2dc615f0c761bd346de3fa24c..4a3317edcd78110ea2a98aa4baf5f7c08908bbfd 100644 (file)
@@ -929,11 +929,6 @@ div.secondary-actions {
   .sprite.rules {
     /*rtl:ignore*/ background-position: -350px 0;
   }
-
-  .icon.note {
-    background-color: #333;
-    border-radius: 4px;
-  }
 }
 
 .site-about #content {
index c1a61362fdaa36ce61cb41610acc56b9e02b9a16..3edafd8b7fc8ac99ff0b5bec2d768056a8e7c3b7 100644 (file)
@@ -22,7 +22,7 @@
   <div class='col-sm'>
     <h5><%= t "site.welcome.add_a_note.title" %></h5>
     <p><%= t "site.welcome.add_a_note.para_1" %></p>
-    <p><%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => tag.a(:class => "icon note") %></p>
+    <p><%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => tag.a(:class => "icon note bg-dark rounded-1") %></p>
   </div>
 </div>
 
index 8ec32ea9c86e8446f870b9f3506ccec2158cf17a..f8f339284f222246ee303fae979dcdee80fc1689 100644 (file)
@@ -73,5 +73,5 @@
   <h2><%= t ".add_a_note.title" %></h2>
   <p><%= t ".add_a_note.para_1" %></p>
   <p><%= t ".add_a_note.para_2_html", :map_link => link_to(t(".add_a_note.the_map"), root_path),
-                                      :note_icon => tag.span(:class => "icon note") %></p>
+                                      :note_icon => tag.span(:class => "icon note bg-dark rounded-1") %></p>
 </div>