]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Move html_safe declaration for user_mailer from layout to helper
[rails.git] / app / assets / stylesheets / common.scss
index c432bd848d3e9cc907210e8443f28c05a8843b0e..4bedf42b6ac2b6571a7b09d27f2bf11973c6d222 100644 (file)
@@ -502,12 +502,12 @@ body.small-nav {
 }
 
 @include color-mode(dark) {
-  .leaflet-tile-container,
+  .leaflet-tile-container .leaflet-tile,
   .mapkey-table-entry td:first-child > * {
     filter: brightness(.8);
   }
 
-  .leaflet-control-attribution a {
+  .leaflet-container .leaflet-control-attribution a {
     color: var(--bs-link-color);
   }
 
@@ -973,6 +973,10 @@ img.trace_image {
   .node, .way, .relation {
     margin-left: 25px;
   }
+
+  .node::before     { content: image-url('browse/node.svg'); }
+  .way::before      { content: image-url('browse/way.svg'); }
+  .relation::before { content: image-url('browse/relation.svg'); }
 }
 
 @each $class, $item in $map-sidebar-icons {