Skip to content

Commit

Permalink
Fixes #50382: Align .mtku with .detected-link
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed May 28, 2018
1 parent 7ada1d7 commit f9e96a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/common/modes/supports/tokenization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,6 @@ export function generateTokensCSSForColorMap(colorMap: Color[]): string {
}
rules.push('.mtki { font-style: italic; }');
rules.push('.mtkb { font-weight: bold; }');
rules.push('.mtku { text-decoration: underline; }');
rules.push('.mtku { text-decoration: underline; text-underline-position: under; }');
return rules.join('\n');
}

0 comments on commit f9e96a3

Please sign in to comment.