mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 11:46:11 +02:00
General usability improvements
* Reevaluate all featuers stroke widths for shadow, casing, stroke * Shadow width is important to make sure all features are easily clickable * Casing width is important to see oneway arrows * Make sure all line styles have normal and low-zoom variants * Show directional arrows for all waterway types
This commit is contained in:
+3
-2
@@ -32,7 +32,7 @@ g.point .stroke {
|
||||
g.point .shadow {
|
||||
fill: none;
|
||||
stroke: #f6634f;
|
||||
stroke-width: 8;
|
||||
stroke-width: 16;
|
||||
stroke-opacity: 0;
|
||||
}
|
||||
|
||||
@@ -74,6 +74,7 @@ g.midpoint .fill {
|
||||
|
||||
g.vertex .shadow,
|
||||
g.midpoint .shadow {
|
||||
stroke-width: 16;
|
||||
fill: #f6634f;
|
||||
fill-opacity: 0;
|
||||
}
|
||||
@@ -141,7 +142,7 @@ path.stroke {
|
||||
|
||||
path.shadow {
|
||||
stroke: #f6634f;
|
||||
stroke-width: 10;
|
||||
stroke-width: 16;
|
||||
stroke-opacity: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user