Skip to content

Commit c98a122

Browse files
authored
Add dimming to ignore-listed links in stacktrace when logging Error objects (#99)
1 parent a93a780 commit c98a122

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

front_end/panels/console/consoleView.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,10 @@
369369
word-break: break-all;
370370
}
371371

372+
#console-messages .devtools-link.ignore-list-link {
373+
opacity: 60%;
374+
}
375+
372376
#console-messages .resource-links {
373377
margin-top: -1px;
374378
margin-bottom: -2px;

0 commit comments

Comments
 (0)