We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e9150 commit a481849Copy full SHA for a481849
debug_toolbar/static/debug_toolbar/css/toolbar.css
@@ -356,7 +356,7 @@
356
margin-top: 0.8em;
357
overflow: auto;
358
}
359
-#djDebug .djdt-panelContent tbody > tr:nth-child(odd) {
+#djDebug .djdt-panelContent tbody > tr:nth-child(odd):not(.djdt-highlighted) {
360
background-color: #f5f5f5;
361
362
#djDebug .djdt-panelContent tbody td,
0 commit comments