Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-01 15:11:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-01 15:11:57 +0300
commit0a0c5aaca5d1ce5403034cb234311518109a0c30 (patch)
treea0819642b79014566f20bfdd0936bdbb6ee83e21 /patches
parent45ec210a8038cd3ade51bb29018c5805a3f6fae5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'patches')
-rw-r--r--patches/leaflet+1.9.4.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/patches/leaflet+1.9.4.patch b/patches/leaflet+1.9.4.patch
new file mode 100644
index 00000000000..5bf2e5448cb
--- /dev/null
+++ b/patches/leaflet+1.9.4.patch
@@ -0,0 +1,28 @@
+diff --git a/node_modules/leaflet/dist/leaflet.css b/node_modules/leaflet/dist/leaflet.css
+index 2961b76..50d36dc 100644
+--- a/node_modules/leaflet/dist/leaflet.css
++++ b/node_modules/leaflet/dist/leaflet.css
+@@ -356,12 +356,12 @@ svg.leaflet-image-layer.leaflet-interactive path {
+ border-radius: 5px;
+ }
+ .leaflet-control-layers-toggle {
+- background-image: url(images/layers.png);
++ background-image: url(./images/layers.png);
+ width: 36px;
+ height: 36px;
+ }
+ .leaflet-retina .leaflet-control-layers-toggle {
+- background-image: url(images/layers-2x.png);
++ background-image: url(./images/layers-2x.png);
+ background-size: 26px 26px;
+ }
+ .leaflet-touch .leaflet-control-layers-toggle {
+@@ -404,7 +404,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
+
+ /* Default icon URLs */
+ .leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
+- background-image: url(images/marker-icon.png);
++ background-image: url(./images/marker-icon.png);
+ }
+
+