提交 fc288d29 编写于 作者: D Daniel Imms

Update css to follow xterm

上级 14040d75
......@@ -95,11 +95,6 @@
font-weight: normal !important;
}
.monaco-workbench .panel.integrated-terminal .xterm a.active {
cursor: pointer;
text-decoration: underline;
}
/* Use the default cursor when alt is active to help with clicking to move cursor */
.monaco-workbench .panel.integrated-terminal .terminal-outer-container.alt-active .xterm {
cursor: default;
......
......@@ -119,11 +119,13 @@
visibility: hidden;
}
.xterm .xterm-char-measure-element {
.xterm-char-measure-element {
display: inline-block;
visibility: hidden;
position: absolute;
top: 0;
left: -9999em;
line-height: normal;
}
.xterm.enable-mouse-events {
......@@ -157,3 +159,7 @@
height: 1px;
overflow: hidden;
}
.xterm-cursor-pointer {
cursor: pointer !important;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册