mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 01:25:36 -05:00
[Notebook] Run Parameters Action UI Component (#14889)
* Run Parameters Action UI Component * Update UX discussion - accept empty string
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user