From: Tom Hughes Date: Mon, 29 Apr 2024 21:38:55 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4737' X-Git-Tag: live~1002 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/a76a2db37ce91ced0a2ea403a9e90c646c664fb6?hp=2ebb84118f0cef2190bcdaf0e2380cd7fd922d28 Merge remote-tracking branch 'upstream/pull/4737' --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 1cd7d4c6d..7c31b3cb1 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -456,10 +456,16 @@ body.small-nav { } .leaflet-popup-content-wrapper, -.leaflet-popup-tip { +.leaflet-popup-tip, +.leaflet-contextmenu, +.leaflet-contextmenu-item { @extend .bg-body, .text-body; } +.leaflet-contextmenu-item.over { + @extend .bg-body-secondary, .border-secondary, .border-opacity-10; +} + .leaflet-popup-content-wrapper { @extend .rounded-1;