mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Only set notebookEditor <a> color in scrollable portion (#6140)
This commit is contained in:
@@ -178,7 +178,7 @@ export function registerNotebookThemes(overrideEditorThemeSetting: boolean): IDi
|
|||||||
const linkForeground = theme.getColor(textLinkForeground);
|
const linkForeground = theme.getColor(textLinkForeground);
|
||||||
if (linkForeground) {
|
if (linkForeground) {
|
||||||
collector.addRule(`
|
collector.addRule(`
|
||||||
.notebookEditor a {
|
.notebookEditor .scrollable a {
|
||||||
color: ${linkForeground};
|
color: ${linkForeground};
|
||||||
}
|
}
|
||||||
`);
|
`);
|
||||||
|
|||||||
Reference in New Issue
Block a user