Skip to content

Commit

Permalink
Fix link highlight on hover (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 authored Aug 18, 2023
1 parent 847216e commit bd269ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/DebugBar/Resources/widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ div.phpdebugbar-widgets-exceptions li.phpdebugbar-widgets-list-item {
color: #555;
}

div.phpdebugbar-widgets-exceptions li.phpdebugbar-widgets-list-item a.phpdebugbar-widgets-editor-link:hover {
color: #aaaaaa;
}

div.phpdebugbar-widgets-exceptions li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-type {
display: block;
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion src/DebugBar/Resources/widgets/templates/widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
}
div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:hover
{
color: #ffffff;
color: #aaaaaa;
}
div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before {
content: "\f017";
Expand Down

0 comments on commit bd269ab

Please sign in to comment.