mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Makes relation members highlighted via hovering on list items more prominent
This commit is contained in:
@@ -265,6 +265,18 @@ text.point {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
/* Highlighting */
|
||||
|
||||
g.point.highlighted .shadow,
|
||||
path.shadow.highlighted {
|
||||
stroke-opacity: 0.95;
|
||||
stroke: #7092ff;
|
||||
}
|
||||
g.vertex.highlighted .shadow {
|
||||
stroke-width: 7;
|
||||
stroke-opacity: 0.95;
|
||||
stroke: #7092ff;
|
||||
}
|
||||
|
||||
/* Turn Restrictions */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user