]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4737'
authorTom Hughes <tom@compton.nu>
Mon, 29 Apr 2024 21:38:55 +0000 (22:38 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 29 Apr 2024 21:38:55 +0000 (22:38 +0100)
app/assets/stylesheets/common.scss

index 1cd7d4c6d2f317e1500ee295ceaafd835c16f6ac..7c31b3cb1f20fdf19f4bbfb825ab972cbabad64e 100644 (file)
@@ -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;