Skip to content

Commit

Permalink
adds reset button to vizbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Apr 18, 2019
1 parent c46c565 commit d9204fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions app/pages/Visualize.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
/* height: calc(100vh - var(--nav-height) - var(--banner-height)); */
height: calc(100vh - var(--nav-height));
margin-top: var(--nav-height);
& .action-clear {
display: none;
}
& .area-middle {
left: 0;
position: absolute;
Expand Down Expand Up @@ -299,7 +296,7 @@
}
}
}
& .pt-button.pt-icon-insert, & .pt-button.pt-icon-shopping-cart {
& .pt-button.pt-icon-insert, & .pt-button.pt-icon-shopping-cart, & .pt-button.pt-icon-undo {
background: none;
border: 1px solid var(--red);
border-radius: 0;
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@blueprintjs/table": "^1.31.0",
"@datawheel/canon-core": "^0.16.32",
"@datawheel/canon-logiclayer": "^0.3.18",
"@datawheel/canon-vizbuilder": "^0.2.10",
"@datawheel/canon-vizbuilder": "^0.2.11",
"buble": "^0.19.3",
"eslint": "^4.16.0",
"flickr-sdk": "^3.7.0",
Expand Down

0 comments on commit d9204fc

Please sign in to comment.