This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
plugin-kubectl/web/scss/components/Terminal Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const exitAltBufferPattern = /\x1b\[\??(47|1047|1049)l/
53
53
54
54
import copy from './copy'
55
55
56
- import '../../web/css/static/ xterm.css '
56
+ import '../../web/scss/ xterm.scss '
57
57
58
58
interface Size {
59
59
resizeGeneration : number
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ disabled see https://github.com/IBM/kui/issues/3939
39
39
height : auto !important ;
40
40
}
41
41
42
- /* alt buffer mode */
43
- .xterm-alt-buffer-mode {
42
+ /* alt buffer mode */
43
+ & .xterm-alt-buffer-mode , .xterm-alt-buffer-mode { /* no-splitTerminal and splitTerminal variants */
44
44
.xterm-container .xterm-rows.xterm-focus .xterm-cursor.xterm-cursor-block {
45
45
background-color : var (--color-base08 );
46
46
color : var (--color-base00 );
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- @import ' ~@kui-shell/plugin-bash-like/web/css/static/ xterm.css ' ;
17
+ @import ' ~@kui-shell/plugin-bash-like/web/scss/ xterm' ;
18
18
19
19
.kui--terminal [data-needs-hysteresis = ' true' ][data-got-some-data = ' false' ] .xterm {
20
20
opacity : 0 ;
You can’t perform that action at this time.
0 commit comments