mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 11:46:11 +02:00
Make vertex shadow slightly smaller
It's getting in the way too often.
This commit is contained in:
@@ -22,7 +22,7 @@ iD.svg.Vertices = function(projection) {
|
||||
.attr('class', 'node vertex');
|
||||
|
||||
group.append('circle')
|
||||
.attr('r', 10)
|
||||
.attr('r', 9)
|
||||
.attr('class', 'node vertex shadow');
|
||||
|
||||
group.append('circle')
|
||||
|
||||
Reference in New Issue
Block a user