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

Update css to follow xterm

上级 14040d75
...@@ -95,11 +95,6 @@ ...@@ -95,11 +95,6 @@
font-weight: normal !important; 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 */ /* 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 { .monaco-workbench .panel.integrated-terminal .terminal-outer-container.alt-active .xterm {
cursor: default; cursor: default;
......
...@@ -119,11 +119,13 @@ ...@@ -119,11 +119,13 @@
visibility: hidden; visibility: hidden;
} }
.xterm .xterm-char-measure-element { .xterm-char-measure-element {
display: inline-block; display: inline-block;
visibility: hidden; visibility: hidden;
position: absolute; position: absolute;
top: 0;
left: -9999em; left: -9999em;
line-height: normal;
} }
.xterm.enable-mouse-events { .xterm.enable-mouse-events {
...@@ -157,3 +159,7 @@ ...@@ -157,3 +159,7 @@
height: 1px; height: 1px;
overflow: hidden; 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.
先完成此消息的编辑!
想要评论请 注册