We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a477887 commit 20428daCopy full SHA for 20428da
app.ts
@@ -192,8 +192,6 @@ const createApp = () => {
192
let highlightClass = 'normal';
193
if (idx === state.selectedIdx)
194
highlightClass = 'selected';
195
- else if (line?.raw.includes('goto'))
196
- highlightClass = 'goto-line';
197
else if (!line?.bpfIns && !line?.bpfStateExprs)
198
highlightClass = 'ignorable';
199
styles.css
@@ -106,11 +106,6 @@ body {
106
color: #a0a0a0;
107
}
108
109
-.goto-line {
110
- font-weight: bold;
111
- color: red;
112
-}
113
-
114
.log-line {
115
min-height: 1.4em;
116
0 commit comments