[Notebook] Run Parameters Action UI Component (#14889)

* Run Parameters Action UI Component

* Update UX discussion - accept empty string
This commit is contained in:
Vasu Bhog
2021-04-05 13:59:27 -07:00
committed by GitHub
parent 75c1a6c2cd
commit 0a7719b475
7 changed files with 219 additions and 17 deletions

View File

@@ -79,6 +79,16 @@
padding-left: 18px;
width: 16px;
}
.notebookEditor
.in-preview
.actions-container
.action-item
.codicon.icon-run-with-parameters:before {
padding-left: 20px;
width: 18px;
}
.notebookEditor .in-preview .actions-container .action-item:last-child {
margin-right: 14px;
}