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

Commit 69a265e

Browse files
committed
fix: repl scrollbars overlap with repl content
Fixes 3411 this also - hides the timestamp for processing blocks when the sidecar is open - modifies spinner color to make it more contrasty
1 parent 14fcdc9 commit 69a265e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/core/web/css/carbon-overrides-common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ body[kui-theme-style] .bx--link:hover {
9595
}
9696

9797
.repl-block.processing .repl-prompt-right-element-status-icon .kui--icon-processing svg circle.bx--loading__stroke-kui {
98-
stroke: var(--color-base0C);
98+
/* stroke: var(--color-base0C); */
9999
stroke-dashoffset: 30;
100100
}
101101

packages/core/web/css/ui.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ body.still-loading .repl {
152152
.repl-inner {
153153
overflow-y: auto;
154154
flex: 1;
155+
padding-right: 0.375em;
155156
}
156157
.repl.sidecar-visible .repl-block {
157158
background: transparent;
@@ -355,7 +356,7 @@ body:not(.subwindow) .repl .repl-prompt-right-element-status-icon.deemphasize {
355356
display: block;
356357
}
357358
.repl-block.processing .repl-prompt-right-element-status-icon .kui--icon-processing svg circle {
358-
stroke: var(--color-brand-03);
359+
stroke: var(--color-base0E);
359360
}
360361
svg.kui--error-icon path[data-icon-path="inner-path"],
361362
.repl-block .repl-prompt-right-element-status-icon svg path[data-icon-path="inner-path"] {
@@ -380,6 +381,7 @@ svg.kui--error-icon path:not([data-icon-path="inner-path"]),
380381
.repl-prompt-right-elements .repl-prompt-right-element-status-icon:hover {
381382
opacity: 1;
382383
}
384+
repl.sidecar-visible .repl-prompt-timestamp,
383385
repl.sidecar-visible .repl-block:not(.processing) .repl-prompt-right-elements,
384386
.repl-active .repl-prompt-right-elements {
385387
display: none; /* see the comment for repl-input re: min-height */

0 commit comments

Comments
 (0)