Merge remote-tracking branch 'upstream/pull/4737'

This commit is contained in:
Tom Hughes 2024-04-29 22:38:55 +01:00
commit a76a2db37c

View file

@ -456,10 +456,16 @@ body.small-nav {
} }
.leaflet-popup-content-wrapper, .leaflet-popup-content-wrapper,
.leaflet-popup-tip { .leaflet-popup-tip,
.leaflet-contextmenu,
.leaflet-contextmenu-item {
@extend .bg-body, .text-body; @extend .bg-body, .text-body;
} }
.leaflet-contextmenu-item.over {
@extend .bg-body-secondary, .border-secondary, .border-opacity-10;
}
.leaflet-popup-content-wrapper { .leaflet-popup-content-wrapper {
@extend .rounded-1; @extend .rounded-1;