Fixes #50382: Align .mtku with .detected-link

pull/50585/head
Alex Dima 2018-05-28 11:39:54 +02:00
parent 7ada1d7079
commit f9e96a3917
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}