Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column chooser #9

Merged
merged 13 commits into from
Jan 22, 2018
Prev Previous commit
Next Next commit
Fixed CSS jitter bug in column drag & drop.
  • Loading branch information
texodus committed Jan 17, 2018
commit 11fe56512c04601a0af3943fdf1974c7346174c0
5 changes: 3 additions & 2 deletions packages/perspective-viewer/src/less/row.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,19 @@ perspective-viewer.dragging #top_panel ul.dropping {

perspective-row {
display: block;
border: 0px solid rgba(0,0,0,0);
}

perspective-viewer ul {
transition: background-color 0.2s, border-color 0.2s;
}

.dropping perspective-row.inserting {
margin-top: 25px;
border-top: 25px solid rgba(0,0,0,0);
}

.dropping perspective-row.postserting {
margin-bottom: 25px;
border-bottom: 25px solid rgba(0,0,0,0);
}

.dropping * {
Expand Down