Browse Source

Fix focus style for step - #254

pull/264/head
Masayuki Tanaka 11 years ago
parent
commit
a13b72a979
  1. 2
      c3.css

2
c3.css

@ -96,7 +96,7 @@
/*-- Focus --*/ /*-- Focus --*/
.c3-target.c3-focused path.c3-line { .c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
stroke-width: 2px; stroke-width: 2px;
} }

Loading…
Cancel
Save