Commit a640111d authored by Masayuki Tanaka's avatar Masayuki Tanaka Committed by masayuki

Fix class name and enable select/unselect interface for bars

parent b856be58
...@@ -23,7 +23,7 @@ path, line { ...@@ -23,7 +23,7 @@ path, line {
/*-- Line --*/ /*-- Line --*/
.target-line { .__line {
stroke-width: 1px; stroke-width: 1px;
} }
/*-- Point --*/ /*-- Point --*/
...@@ -35,11 +35,11 @@ path, line { ...@@ -35,11 +35,11 @@ path, line {
/*-- Bar --*/ /*-- Bar --*/
.target-bar._e_ { .__bar._e_ {
stroke-width: 6px; stroke-width: 6px;
} }
/* TODO: use this /* TODO: use this
.target-bar._s_ { .__bar._s_ {
stroke-width: 1px; stroke-width: 1px;
fill-opacity: 0.4; fill-opacity: 0.4;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment