WIP: style adjustments for radial menu operations icons

This commit is contained in:
Bryan Housel
2015-10-24 22:51:33 -04:00
parent a6b83ef27f
commit c021be99d0
2 changed files with 21 additions and 10 deletions
+8 -2
View File
@@ -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 {