Skip to content

Commit 9bb3381

Browse files
Fix dark mode styles #1123 (#1334)
* Fix #1123 Add selector for ListWidget styles in dark mode. * Fix label style for ListWidget
1 parent 44f66c9 commit 9bb3381

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Resources/laravel-debugbar-dark-mode.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ div.phpdebugbar-openhandler,
2424
div.phpdebugbar div.phpdebugbar-header > div > *,
2525
div.phpdebugbar ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-label,
2626
div.phpdebugbar ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-collector,
27+
div.phpdebugbar ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item,
28+
div.phpdebugbar ul.phpdebugbar-widgets-list li span.phpdebugbar-widgets-label,
2729
div.phpdebugbar code.phpdebugbar-widgets-sql span.hljs-keyword,
2830
div.phpdebugbar-openhandler .phpdebugbar-openhandler-header,
2931
div.phpdebugbar-openhandler .phpdebugbar-openhandler-header a {

0 commit comments

Comments
 (0)