]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Merge remote-tracking branch 'upstream/pull/4683'
[rails.git] / app / assets / stylesheets / common.scss
index cd45d0381f591e785352d549c4e6dae0bbf67ba4..1ccdc7871454547b94623c1f393e469a1c222e1f 100644 (file)
@@ -383,11 +383,6 @@ body.small-nav {
     width: 250px;
     height: 100%;
     overflow: auto;
-
-    .section {
-      border-bottom: 1px solid $grey;
-      padding: $spacer;
-    }
   }
 }
 
@@ -1038,9 +1033,14 @@ div.secondary-actions {
 
 /* Rules for traces */
 
+img.trace_image {
+  mix-blend-mode: darken;
+}
+
 @include color-mode(dark) {
   img.trace_image {
     filter: invert(1);
+    mix-blend-mode: lighten;
   }
 }