提交 f40ebb38 编写于 作者: A Alex Dima

Fixes #21415: Go back to text-decoration: underline

上级 df0e5d5e
......@@ -399,6 +399,6 @@ export function generateTokensCSSForColorMap(colorMap: Color[]): string {
}
rules.push('.mtki { font-style: italic; }');
rules.push('.mtkb { font-weight: bold; }');
rules.push('.mtku { border-bottom: 1px solid; border-color: currentColor; }');
rules.push('.mtku { text-decoration: underline; }');
return rules.join('\n');
}
......@@ -4,9 +4,7 @@
*--------------------------------------------------------------------------------------------*/
.monaco-editor .detected-link,
.monaco-editor .detected-link-active {
border-bottom: 1px solid;
border-color: currentColor;
text-decoration: none !important;
text-decoration: underline;
}
.monaco-editor .detected-link-active {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册