mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
Updates for button colors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -277,7 +277,7 @@ vscode-divider {
|
||||
}
|
||||
|
||||
.inline_hint {
|
||||
color: var(--vscode-editorInlayHint-foreground);
|
||||
color: var(--vscode-sideBar-foreground);
|
||||
}
|
||||
|
||||
/* File field */
|
||||
|
||||
Reference in New Issue
Block a user