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 c8aed5e commit e076510Copy full SHA for e076510
src/vs/workbench/contrib/preferences/browser/media/settingsEditor2.css
@@ -408,7 +408,8 @@
408
}
409
410
.settings-editor > .settings-body .settings-tree-container .setting-item-contents .setting-item-title .setting-item-overrides a.modified-scope {
411
- text-decoration: underline;
+ color: var(--vscode-textLink-foreground);
412
+ text-decoration: var(--text-link-decoration);
413
cursor: pointer;
414
415
0 commit comments