-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add
renv
external documentation link to project wizard (#2790)
* allow `ExternalLink` to include `props.children` Keyboard support for pressing Space or Enter when the `ExternalLink` is focused seems to be missing. * add external link to renv documentation * align renv external link icon with checkbox text
- Loading branch information
1 parent
25fff84
commit 19bc50f
Showing
6 changed files
with
60 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
src/vs/workbench/browser/positronNewProjectWizard/components/steps/rConfigurationStep.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (C) 2024 Posit Software, PBC. All rights reserved. | ||
*--------------------------------------------------------------------------------------------*/ | ||
|
||
.positron-modal-dialog-box | ||
.wizard-step | ||
.renv-configuration { | ||
display: flex; | ||
flex-direction: row; | ||
column-gap: 6px; | ||
} | ||
|
||
.positron-modal-dialog-box | ||
.wizard-step | ||
.renv-configuration | ||
.renv-docs-external-link { | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.positron-modal-dialog-box | ||
.wizard-step | ||
.renv-configuration | ||
.codicon-link-external { | ||
color: var(--vscode-textLink-foreground); | ||
cursor: pointer; | ||
font-size: 14px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters