mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
style(notebook): update border-radius to use theme variable for consistency
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -294,6 +294,7 @@
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
border-radius: var(--vscode-cornerRadius-medium);
|
||||
outline-offset: -1px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user