mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-25 15:38:54 +00:00
Apply mix-blend-mode only on tile images (#8907)
This commit is contained in:
3
dist/leaflet.css
vendored
3
dist/leaflet.css
vendored
@ -52,9 +52,10 @@
|
|||||||
max-height: none !important;
|
max-height: none !important;
|
||||||
width: auto;
|
width: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
}
|
||||||
|
.leaflet-container img.leaflet-tile {
|
||||||
/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
|
/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
|
||||||
mix-blend-mode: plus-lighter;
|
mix-blend-mode: plus-lighter;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-container.leaflet-touch-zoom {
|
.leaflet-container.leaflet-touch-zoom {
|
||||||
|
Reference in New Issue
Block a user