mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
WIP: style adjustments for radial menu operations icons
This commit is contained in:
+8
-2
@@ -21,11 +21,17 @@ img.tile-removing {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
/* base styles */
|
||||
path { fill: none; }
|
||||
/* allow overrideable fill for svg sprite icons */
|
||||
#defs path { fill: inherit; }
|
||||
|
||||
path { fill: none; }
|
||||
use { pointer-events: none; }
|
||||
|
||||
/* base styles */
|
||||
g.line path, g.area path {
|
||||
fill: none;
|
||||
}
|
||||
|
||||
g.point .shadow,
|
||||
g.vertex .shadow,
|
||||
g.midpoint .shadow {
|
||||
|
||||
Reference in New Issue
Block a user