mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 23:13:42 +00: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