style(notebook): add border-radius to cell title toolbar for consistency with theme variable

This commit is contained in:
mrleemurray
2026-02-26 12:50:41 +00:00
parent 7a54887ed2
commit 695348bd65
2 changed files with 4 additions and 1 deletions

View File

@@ -607,7 +607,6 @@
background-color: var(--vscode-editorWidget-background) !important;
backdrop-filter: var(--backdrop-blur-md);
-webkit-backdrop-filter: var(--backdrop-blur-md);
border-radius: var(--radius-md);
box-shadow: var(--shadow-sm);
}

View File

@@ -381,6 +381,10 @@
border-radius: var(--vscode-cornerRadius-small);
}
.notebookOverlay .monaco-list-row .cell-title-toolbar {
border-radius: var(--vscode-cornerRadius-medium);
}
.notebookOverlay .monaco-list-row .cell-title-toolbar,
.notebookOverlay .monaco-list-row.cell-drag-image,
.notebookOverlay .cell-bottom-toolbar-container .action-item,