Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions extensions/positron-proxy/resources/scripts_help.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
a {
color: var(--vscode-textLink-foreground) !important;
}

code, pre, tt {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do the docs actually contain tt elements? This is a deprecated element and if we don't use them, we shouldn't need to target it for this style.

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/tt

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for pointing this out! I looked into how both R's help system and Python's pydoc make these HTML pages, and I don't believe anybody involved is using any deprecated tt elements.

font-family: var(--vscode-editor-font-family) !important;
font-size: inherit !important;
}
</style>
<style id="help-style-overrides">
::-webkit-scrollbar {
Expand Down
Loading