mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Fix visible grid around tiles
This commit is contained in:
@@ -4367,7 +4367,10 @@ img.tile {
|
||||
opacity: 1;
|
||||
transition: opacity 120ms linear;
|
||||
}
|
||||
|
||||
.layer-background img.tile {
|
||||
/* Fix visible grid around tiles borders on Chrome */
|
||||
mix-blend-mode: plus-lighter;
|
||||
}
|
||||
img.tile-removing {
|
||||
opacity: 0;
|
||||
z-index: 1;
|
||||
|
||||
Reference in New Issue
Block a user