Skip to content

Commit

Permalink
Update to Crossfilter 1.3.11 (solves issue with filterFunction); clar…
Browse files Browse the repository at this point in the history
…ify previewing behavior
  • Loading branch information
forestofarden committed Oct 10, 2014
1 parent f1f52a8 commit 82cb695
Show file tree
Hide file tree
Showing 4 changed files with 1,439 additions and 35 deletions.
8 changes: 6 additions & 2 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ input[disabled] ~ span {
fill: #ffbb78;
}

.previewing .foreground.bar {
fill: #ccc;
}

.bar {
cursor: pointer;
}
Expand Down Expand Up @@ -132,11 +136,11 @@ input[disabled] ~ span {
}

.preview.active {
fill: #ffbb78;
fill: red;
}

.preview {
stroke: none;
stroke: white; /* creates invisible surrounding area that's easier to hover over */
fill: #aaa;
}

Expand Down
Loading

0 comments on commit 82cb695

Please sign in to comment.