leaflet-rails 1.9.2 → 1.9.3
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.
@@ -445,12 +445,10 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
445
445
|
line-height: 1.1;
|
446
446
|
padding: 2px 5px 1px;
|
447
447
|
white-space: nowrap;
|
448
|
-
overflow: hidden;
|
449
448
|
-moz-box-sizing: border-box;
|
450
449
|
box-sizing: border-box;
|
451
|
-
|
452
|
-
|
453
|
-
background: rgba(255, 255, 255, 0.5);
|
450
|
+
background: rgba(255, 255, 255, 0.8);
|
451
|
+
text-shadow: 1px 1px #fff;
|
454
452
|
}
|
455
453
|
.leaflet-control-scale-line:not(:first-child) {
|
456
454
|
border-top: 2px solid #777;
|
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.9.
|
4
|
+
version: 1.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Akshay Joshi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|