File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ div.phpdebugbar-openhandler[data-theme='dark'] {
6565
6666 --color-link : var (--color-gray-500 );
6767 --color-hover : var (--color-gray-400 );
68- --color-hover-bg : var (--color-gray-300 );
68+ --color-hover-bg : var (--color-gray-700 );
6969
7070 --color-header-hover : var (--color-gray-700 );
7171 --color-background-alt : var (--color-gray-900 );
@@ -507,10 +507,6 @@ ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widget
507507 line-height : 20px ;
508508}
509509
510- ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item : hover ,
511- ul .phpdebugbar-widgets-timeline li : hover {
512- background-color : initial;
513- }
514510
515511.phpdebugbar-widgets-templates ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item {
516512 display : block;
@@ -597,6 +593,9 @@ div.phpdebugbar-widgets-sqlqueries table.phpdebugbar-widgets-params td.phpdebugb
597593ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item : nth-child (even) {
598594 background-color : var (--color-background-alt );
599595}
596+ ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item : nth-child (even): hover {
597+ background-color : var (--color-hover-bg );
598+ }
600599
601600div .phpdebugbar-widgets-messages li .phpdebugbar-widgets-list-item span .phpdebugbar-widgets-value {
602601 display : inline-flex;
You can’t perform that action at this time.
0 commit comments