Skip to content

Commit 477babf

Browse files
committed
Opt in to link underlines for settings commands
1 parent b216c3e commit 477babf

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)