mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Better active state for areas
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ circle.teaser-point {
|
||||
}
|
||||
|
||||
.area.active {
|
||||
fill-opacity:0.4;
|
||||
stroke-width:3 !important;
|
||||
}
|
||||
|
||||
.area.natural {
|
||||
|
||||
@@ -143,7 +143,8 @@ iD.Map = function(elem) {
|
||||
fills.enter().append('path')
|
||||
.on('click', selectClick);
|
||||
fills.attr('d', nodeline)
|
||||
.attr('class', class_area);
|
||||
.attr('class', class_area)
|
||||
.classed('active', classActive);
|
||||
|
||||
// Casings
|
||||
casings.exit().remove();
|
||||
|
||||
Reference in New Issue
Block a user