mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
style(dialog): remove fixed border-radius for consistency with theme variables
This commit is contained in:
@@ -338,7 +338,6 @@
|
||||
/* Dialog */
|
||||
.monaco-workbench .monaco-dialog-box {
|
||||
box-shadow: var(--shadow-xl);
|
||||
border-radius: var(--radius-lg);
|
||||
backdrop-filter: var(--backdrop-blur-lg);
|
||||
-webkit-backdrop-filter: var(--backdrop-blur-lg);
|
||||
background: color-mix(in srgb, var(--vscode-editor-background) 60%, transparent) !important;
|
||||
|
||||
Reference in New Issue
Block a user