Fix toggle more actions staying visible, and clickable issues (#3949)

- Fixed so it's now invisible instead of empty when not selected.
 - This fixes clickability and issue where it stayed visible in 1 fix
- Also fixed cell output action which used active cell instead of context cell.
This commit is contained in:
Kevin Cunnane
2019-02-07 09:35:58 -08:00
committed by GitHub
parent 5a0100757f
commit 40e0d5cfbf
5 changed files with 39 additions and 26 deletions

View File

@@ -80,4 +80,7 @@
.moreActions .action-label.icon.toggle-more {
height: 20px;
width: 20px;
}
.moreActions.actionhidden {
visibility: hidden
}