mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Relax wireframe rules to breathe interpolation can happen
This commit is contained in:
+3
-3
@@ -10,15 +10,15 @@
|
||||
|
||||
.low-zoom.fill-wireframe path.shadow,
|
||||
.fill-wireframe path.shadow {
|
||||
stroke-width: 8 !important;
|
||||
stroke-width: 12;
|
||||
}
|
||||
|
||||
.fill-wireframe path.shadow.related:not(.selected),
|
||||
.fill-wireframe path.shadow.hover:not(.selected) {
|
||||
stroke-opacity: 0.4 !important;
|
||||
stroke-opacity: 0.4;
|
||||
}
|
||||
.fill-wireframe path.shadow.selected {
|
||||
stroke-opacity: 0.6 !important;
|
||||
stroke-opacity: 0.6;
|
||||
}
|
||||
|
||||
.fill-wireframe .point,
|
||||
|
||||
Reference in New Issue
Block a user