leaflet-rails 1.8.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -427,8 +427,11 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
427
427
|
.leaflet-control-attribution a:focus {
|
428
428
|
text-decoration: underline;
|
429
429
|
}
|
430
|
-
.leaflet-
|
430
|
+
.leaflet-attribution-flag {
|
431
431
|
display: inline !important;
|
432
|
+
vertical-align: baseline !important;
|
433
|
+
width: 1em;
|
434
|
+
height: 0.6669em;
|
432
435
|
}
|
433
436
|
.leaflet-left .leaflet-control-scale {
|
434
437
|
margin-left: 5px;
|
@@ -541,8 +544,6 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
541
544
|
}
|
542
545
|
.leaflet-popup-scrolled {
|
543
546
|
overflow: auto;
|
544
|
-
border-bottom: 1px solid #ddd;
|
545
|
-
border-top: 1px solid #ddd;
|
546
547
|
}
|
547
548
|
|
548
549
|
.leaflet-oldie .leaflet-popup-content-wrapper {
|
@@ -656,6 +657,6 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
656
657
|
/* Prevent printers from removing background-images of controls. */
|
657
658
|
.leaflet-control {
|
658
659
|
-webkit-print-color-adjust: exact;
|
659
|
-
color-adjust: exact;
|
660
|
+
print-color-adjust: exact;
|
660
661
|
}
|
661
662
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: leaflet-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Akshay Joshi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|