Skip to content

Commit

Permalink
fix(plugins/plugin-bash-like): in Popup mode, active PTY is not theme…
Browse files Browse the repository at this point in the history
…d, has flashing effect

Fixes #4889
  • Loading branch information
starpit committed Jun 14, 2020
1 parent e4651d8 commit c76c428
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/plugin-bash-like/web/css/static/xterm.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
see https://github.com/xtermjs/xterm.js/pull/2067
see https://github.com/IBM/kui/issues/1518
*/
[kui-theme-style] .tab-container {
[kui-theme-style] .kui--tab-content {
.xterm-screen,
.xterm-rows > div {
width: 100% !important;
Expand Down Expand Up @@ -171,6 +171,7 @@ disabled see https://github.com/IBM/kui/issues/3939
.xterm-rows {
font-size: 1em;
font-family: var(--font-monospace);
background-color: var(--color-repl-background);
color: var(--color-text-01);
transition: font-size 10ms ease-in-out, background 300ms ease-in-out;
}
Expand Down

0 comments on commit c76c428

Please sign in to comment.