Skip to content

Commit

Permalink
Fix ListControl collapsing bug (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benaiah authored and talves committed Oct 26, 2017
1 parent 1369918 commit 45780ee
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/components/Widgets/ListControl.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@
display: none;
}

.nc-listControl-collapsed {
& .nc-listControl-objectLabel {
display: block;
}
& .nc-listControl-objectControl {
display: none;
}
}

.nc-listControl-dragIcon {
cursor: move;
display: block;
Expand All @@ -92,3 +83,11 @@
border-top-left-radius: 0;
}

.nc-listControl-collapsed {
& .nc-listControl-objectLabel {
display: block;
}
& .nc-listControl-objectControl {
display: none;
}
}

0 comments on commit 45780ee

Please sign in to comment.