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.
2 parents b216c3e + 477babf commit 3d4f7d7Copy full SHA for 3d4f7d7
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