style(notebook): update border-radius to use theme variable for consistency

This commit is contained in:
mrleemurray
2026-02-26 12:43:13 +00:00
parent c95a898747
commit 62adc94eca
2 changed files with 2 additions and 0 deletions

View File

@@ -600,6 +600,7 @@
.monaco-workbench .notebookOverlay .monaco-list-row .cell-editor-part:before {
border-radius: var(--radius-md);
box-shadow: inset var(--shadow-sm);
}
.notebookOverlay .monaco-list-row .cell-title-toolbar {

View File

@@ -294,6 +294,7 @@
left: 0px;
top: 0px;
bottom: 0px;
border-radius: var(--vscode-cornerRadius-medium);
outline-offset: -1px;
display: block;
position: absolute;