1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-25 10:41:55 +02:00

Tweak hover

This commit is contained in:
Barry vd. Heuvel
2025-01-26 16:13:24 +01:00
parent 2539c9e37a
commit 3675fc2143

View File

@@ -38,7 +38,11 @@ pre.phpdebugbar-widgets-code-block {
margin-left: 8px;
color: var(--debugbar-link);
}
a.phpdebugbar-widgets-editor-link {
color: var(--debugbar-link);
}
.phpdebugbar-widgets-kvlist span.phpdebugbar-widgets-filename:hover,
li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-filename:hover,
a.phpdebugbar-widgets-editor-link:hover {
color: var(--debugbar-hover);
}