File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 334334 content : " " ;
335335 white-space : pre ;
336336 }
337-
338- & .component-hole ,
339- & .component-location {
340- color : @hole ;
341- }
342337}
343338
344339.component-link :hover {
345340 color : @link-hover ;
346341 cursor : pointer ;
347342 text-decoration : underline ;
348-
349- & .component-hole ,
350- & .component-location {
351- color : @hole-hover ;
352- }
353343}
354344
355345
Original file line number Diff line number Diff line change 2525@inputPlaceholder : var (--vscode-input-placeholderForeground );
2626@input-background : var (--vscode-input-background );
2727
28- @link : var (--vscode-button -foreground );
29- @link-hover : var (--vscode-button-foreground );
28+ @link : var (--vscode-textLink -foreground );
29+ @link-hover : var (--vscode-textLink-activeForeground );
3030
3131@hole : var (--vscode-textLink-foreground );
3232@hole-hover : var (--vscode-textLink-activeForeground );
You can’t perform that action at this time.
0 commit comments