File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Shared/Components/CICDHistory Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ const LogStageAccordion = ({
138
138
{ logsIndex + 1 }
139
139
</ span >
140
140
< 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 "
142
142
// eslint-disable-next-line react/no-danger
143
143
dangerouslySetInnerHTML = { {
144
144
__html : DOMPurify . sanitize ( log ) ,
Original file line number Diff line number Diff line change 55
55
background-color : var (--transparent );
56
56
57
57
& :not (&--open-stage):hover {
58
- background-color : var (--bg-secondary );
58
+ background-color : var (--bg-hover );
59
59
}
60
60
61
61
& --open-stage {
62
- background-color : var (--bg-primary );
62
+ background-color : var (--bg-overlay- primary );
63
63
}
64
64
}
65
65
You can’t perform that action at this time.
0 commit comments