Skip to content

Commit a481849

Browse files
authored
Fix highlighting on history panel (#1698)
Fixes row background color on highlighted odd-numbered history panel rows.
1 parent 76e9150 commit a481849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/static/debug_toolbar/css/toolbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
margin-top: 0.8em;
357357
overflow: auto;
358358
}
359-
#djDebug .djdt-panelContent tbody > tr:nth-child(odd) {
359+
#djDebug .djdt-panelContent tbody > tr:nth-child(odd):not(.djdt-highlighted) {
360360
background-color: #f5f5f5;
361361
}
362362
#djDebug .djdt-panelContent tbody td,

0 commit comments

Comments
 (0)