From: Tom Hughes Date: Thu, 11 Apr 2024 17:37:20 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4681' X-Git-Tag: live~1062 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/8bb126938f67d3ea01ac16b42f8ad3e35f39baaf?hp=-c Merge remote-tracking branch 'upstream/pull/4681' --- 8bb126938f67d3ea01ac16b42f8ad3e35f39baaf diff --combined app/assets/stylesheets/common.scss index 3e80e66f5,6ec251a17..1ccdc7871 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -383,6 -383,11 +383,6 @@@ body.small-nav width: 250px; height: 100%; overflow: auto; - - .section { - border-bottom: 1px solid $grey; - padding: $spacer; - } } } @@@ -1031,4 -1036,17 +1031,17 @@@ div.secondary-actions margin-bottom: -1px; } + /* Rules for traces */ + + img.trace_image { + mix-blend-mode: darken; + } + + @include color-mode(dark) { + img.trace_image { + filter: invert(1); + mix-blend-mode: lighten; + } + } + @import 'browse';