mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-06 11:21:33 +00:00
Remove blue circle and icon adjustments
This commit is contained in:
@@ -569,14 +569,16 @@ button[disabled] .icon.layers { background-position: -300px -40px;}
|
||||
button[disabled] .icon.avatar { background-position: -320px -40px;}
|
||||
button[disabled] .icon.nearby { background-position: -340px -40px;}
|
||||
|
||||
.icon.point.deleted { background-position: -300px -80px;}
|
||||
.icon.point.deleted { background-position: -302px -80px;}
|
||||
.icon.line.deleted { background-position: -320px -80px;}
|
||||
.icon.area.deleted { background-position: -340px -80px;}
|
||||
|
||||
.icon.point.created { background-position: -300px -100px;}
|
||||
.icon.point.created { background-position: -302px -100px;}
|
||||
.icon.line.created { background-position: -320px -100px;}
|
||||
.icon.area.created { background-position: -340px -100px;}
|
||||
|
||||
.icon.point.modified { background-position: -24px 0; }
|
||||
|
||||
.icon.modified { opacity: .5; }
|
||||
|
||||
/* Out link is special */
|
||||
|
||||
@@ -131,10 +131,7 @@ iD.ui.Commit = function(context) {
|
||||
.attr('class', 'commit-section modal-section fillL2');
|
||||
|
||||
changeSection.append('h3')
|
||||
.text('Changes')
|
||||
.append('small')
|
||||
.attr('class', 'count')
|
||||
.text(relevantChanges.length);
|
||||
.text(relevantChanges.length + ' Changes');
|
||||
|
||||
var li = changeSection.append('ul')
|
||||
.attr('class', 'changeset-list')
|
||||
|
||||
Reference in New Issue
Block a user