Skip to content

Commit 2f8ac44

Browse files
author
Akos Kitta
committed
fixed the issue with the terminal.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 47fb510 commit 2f8ac44

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

arduino-ide-extension/src/browser/style/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
@import './monitor.css';
55
@import './arduino-select.css';
66
@import './status-bar.css';
7+
@import './terminal.css';
78

89
.theia-input.warning:focus {
910
outline-width: 1px;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.terminal-container .xterm .xterm-helper-textarea {
2+
opacity: 0 !important; /* fix secondary cursor-like issue. See https://github.com/eclipse-theia/theia/issues/8158 */
3+
}

0 commit comments

Comments
 (0)