JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
implement delete tool, clean up tool init
[crayon_mockup.git] / styl.styl
index 1f6fd72..fcb82cc 100644 (file)
--- a/styl.styl
+++ b/styl.styl
@@ -1,6 +1,8 @@
 .crayon_mockup
        svg
                border: 1px dotted #aaa
+               /.crayon_mockup.delete_tool svg
+                       cursor: crosshair
        svg path
                fill: none
                stroke: #8c8c8c
@@ -10,6 +12,9 @@
                stroke-miterlimit: 4
                stroke-opacity: 1
                stroke-dasharray: none
+               /.crayon_mockup.delete_tool svg path:hover
+                       stroke-width: 5
+                       stroke: #f00
        .button
                display: inline-block
                border-radius: 4px