mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 07:13:45 +01:00
style(notebook): add border-radius to cell title toolbar for consistency with theme variable
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user