Skip to content

Commit 0a904fd

Browse files
committed
fix: pseudo states for log stage
1 parent be19904 commit 0a904fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Shared/Components/CICDHistory/LogStageAccordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const LogStageAccordion = ({
138138
{logsIndex + 1}
139139
</span>
140140
<pre
141-
className="mono fs-14 mb-0-imp text__white dc__word-break lh-20 dc__unset-pre"
141+
className="mono fs-14 mb-0-imp text__white dc__word-break lh-20 dc__unset-pre dc__transparent--imp"
142142
// eslint-disable-next-line react/no-danger
143143
dangerouslySetInnerHTML={{
144144
__html: DOMPurify.sanitize(log),

src/Shared/Components/CICDHistory/LogsRenderer.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
background-color: var(--transparent);
5656

5757
&:not(&--open-stage):hover {
58-
background-color: var(--bg-secondary);
58+
background-color: var(--bg-hover);
5959
}
6060

6161
&--open-stage {
62-
background-color: var(--bg-primary);
62+
background-color: var(--bg-overlay-primary);
6363
}
6464
}
6565

0 commit comments

Comments
 (0)