File tree Expand file tree Collapse file tree
src/vs/workbench/contrib/notebook/browser Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1103,12 +1103,12 @@ registerThemingParticipant((theme, collector) => {
11031103 }
11041104 const link = theme . getColor ( textLinkForeground ) ;
11051105 if ( link ) {
1106- collector . addRule ( `.monaco-workbench .part.editor > .content .notebook-editor .cell . output a,
1106+ collector . addRule ( `.monaco-workbench .part.editor > .content .notebook-editor .output a,
11071107 .monaco-workbench .part.editor > .content .notebook-editor .cell.markdown a { color: ${ link } ;} ` ) ;
11081108 }
11091109 const activeLink = theme . getColor ( textLinkActiveForeground ) ;
11101110 if ( activeLink ) {
1111- collector . addRule ( `.monaco-workbench .part.editor > .content .notebook-editor .cell . output a:hover,
1111+ collector . addRule ( `.monaco-workbench .part.editor > .content .notebook-editor .output a:hover,
11121112 .monaco-workbench .part.editor > .content .notebook-editor .cell .output a:active { color: ${ activeLink } ; }` ) ;
11131113 }
11141114 const shortcut = theme . getColor ( textPreformatForeground ) ;
You can’t perform that action at this time.
0 commit comments