Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit d583e68

Browse files
committed
fix(plugins/plugin-bash-like): in Popup mode, active PTY is not themed, has flashing effect
Fixes #4889
1 parent 1360bed commit d583e68

File tree

1 file changed

+2
-1
lines changed
  • plugins/plugin-bash-like/web/css/static

1 file changed

+2
-1
lines changed

plugins/plugin-bash-like/web/css/static/xterm.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
see https://github.com/xtermjs/xterm.js/pull/2067
55
see https://github.com/IBM/kui/issues/1518
66
*/
7-
[kui-theme-style] .tab-container {
7+
[kui-theme-style] .kui--tab-content {
88
.xterm-screen,
99
.xterm-rows > div {
1010
width: 100% !important;
@@ -171,6 +171,7 @@ disabled see https://github.com/IBM/kui/issues/3939
171171
.xterm-rows {
172172
font-size: 1em;
173173
font-family: var(--font-monospace);
174+
background-color: var(--color-repl-background);
174175
color: var(--color-text-01);
175176
transition: font-size 10ms ease-in-out, background 300ms ease-in-out;
176177
}

0 commit comments

Comments
 (0)