Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: style and search
  • Loading branch information
Julien Orain committed Aug 30, 2018
commit f850ab016b2ba68990c233d0456b1a5466f21236
12 changes: 2 additions & 10 deletions src/vis-physical/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@
animation: show .5s forwards;
}

#filter-wrapper.hide, {
#filter-wrapper.hide, #filter-nodes-wrapper.hide {
animation: hide .5s forwards;
}

#filter-wrapper.show {
#filter-wrapper.show, #filter-nodes-wrapper.show {
animation: show .5s forwards;
}

Expand All @@ -252,12 +252,4 @@

#vis-physical .node.show {
display: block;
}

#filter-nodes-wrapper.hide {
display: none;
}

#filter-nodes-wrapper.show {
display: block;
}