mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
style(dialog): replace fixed border-radius with CSS variable for consistency
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
min-height: 75px;
|
||||
padding: 10px;
|
||||
transform: translate3d(0px, 0px, 0px);
|
||||
border-radius: 3px;
|
||||
border-radius: var(--vscode-cornerRadius-large);
|
||||
}
|
||||
|
||||
.monaco-dialog-box.align-vertical {
|
||||
|
||||
Reference in New Issue
Block a user