Updates for button colors

This commit is contained in:
Elio Struyf
2022-04-26 12:05:08 +02:00
parent f10d93c22e
commit d161aa98a0
3 changed files with 8 additions and 3 deletions

View File

@@ -355,6 +355,11 @@
color: var(--vscode-button-secondaryForeground);
}
.ext_link_block a:hover,
.ext_link_block button:hover {
background-color: var(--vscode-button-secondaryHoverBackground);
}
.table__cell {
overflow: hidden;
}

View File

@@ -58,10 +58,10 @@ export const ContentTypeValidator: React.FunctionComponent<IContentTypeValidator
<p className='inline_hint'>We noticed field differences between the content type and the front matter data.</p>
<p className='inline_hint'>Would you like to generate or update the content type for this page?</p>
<p className='inline_hint'>Would you like to create, update, or set the content type for this content?</p>
<div className='hint__buttons'>
<VSCodeButton appearance={`secondary`} onClick={generateContentType}>Generate content type</VSCodeButton>
<VSCodeButton appearance={`secondary`} onClick={generateContentType}>Create content type</VSCodeButton>
<VSCodeButton appearance={`secondary`} onClick={addMissingFields}>Add missing fields</VSCodeButton>

View File

@@ -277,7 +277,7 @@ vscode-divider {
}
.inline_hint {
color: var(--vscode-editorInlayHint-foreground);
color: var(--vscode-sideBar-foreground);
}
/* File field */