mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-05 22:36:01 +01:00
Merge pull request #319958 from microsoft/dev/mjbvz/automatic-cuckoo
Fix css var name
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
margin-top: 4px;
|
||||
border-radius: 6px;
|
||||
min-height: 22px;
|
||||
font-weight: var(--vscode-agents-fontWeight-medium, 500);
|
||||
font-weight: var(--vscode-agents-fontWeight-semiBold, 600);
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user