Merge remote-tracking branch 'upstream/pull/4737'
This commit is contained in:
commit
a76a2db37c
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue