Skip to content

Commit 7d165ac

Browse files
authored
Fix Twig_Profiler_Dumper_Html result on dark theme (php-debugbar#783)
1 parent cc3a9e2 commit 7d165ac

File tree

1 file changed

+3
-0
lines changed
  • src/DebugBar/Resources/widgets/templates

1 file changed

+3
-0
lines changed

src/DebugBar/Resources/widgets/templates/widget.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ div.phpdebugbar-widgets-templates table.phpdebugbar-widgets-params .phpdebugbar-
7272
font-weight: bold;
7373
vertical-align: top;
7474
}
75+
div.phpdebugbar[data-theme='dark'] div.phpdebugbar-widgets-templates div.phpdebugbar-widgets-callgraph > pre * {
76+
background-color: inherit !important;
77+
}

0 commit comments

Comments
 (0)