Skip to content

Commit 3d4f7d7

Browse files
authored
Merge pull request microsoft#218211 from microsoft/ddossett/continental-bonobo
Opt in to link underlines for settings commands
2 parents b216c3e + 477babf commit 3d4f7d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/workbench/contrib/preferences/browser/media/settingsEditor2.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,11 @@
512512
color: var(--vscode-textLink-foreground);
513513
}
514514

515+
.settings-editor > .settings-body .settings-tree-container .setting-item-contents .setting-item-markdown a,
516+
.settings-editor > .settings-body .settings-tree-container .setting-item-contents .edit-in-settings-button {
517+
text-decoration: var(--text-link-decoration);
518+
}
519+
515520
.settings-editor > .settings-body .settings-tree-container .setting-item-contents .setting-item-markdown a:focus,
516521
.settings-editor > .settings-body .settings-tree-container .setting-item-contents .edit-in-settings-button:focus {
517522
outline: 1px solid -webkit-focus-ring-color;

0 commit comments

Comments
 (0)