We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b216c3e commit 477babfCopy full SHA for 477babf
src/vs/workbench/contrib/preferences/browser/media/settingsEditor2.css
@@ -512,6 +512,11 @@
512
color: var(--vscode-textLink-foreground);
513
}
514
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
+
520
.settings-editor > .settings-body .settings-tree-container .setting-item-contents .setting-item-markdown a:focus,
521
.settings-editor > .settings-body .settings-tree-container .setting-item-contents .edit-in-settings-button:focus {
522
outline: 1px solid -webkit-focus-ring-color;
0 commit comments