Skip to content

Commit b88a773

Browse files
committed
Highlight duplicate SQL statements.
1 parent 7ed8f13 commit b88a773

File tree

1 file changed

+5
-2
lines changed
  • src/DebugBar/Resources/widgets/sqlqueries

1 file changed

+5
-2
lines changed

src/DebugBar/Resources/widgets/sqlqueries/widget.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
div.phpdebugbar-widgets-sqlqueries .phpdebugbar-widgets-status {
32
font-family: monospace;
43
padding: 6px 6px;
@@ -66,4 +65,8 @@ div.phpdebugbar-widgets-sqlqueries table.phpdebugbar-widgets-params {
6665
div.phpdebugbar-widgets-sqlqueries li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-error {
6766
display: block;
6867
font-weight: bold;
69-
}
68+
}
69+
70+
div.phpdebugbar-widgets-sqlqueries li.phpdebugbar-widgets-list-item.phpdebugbar-widgets-sql-duplicate {
71+
background-color: #ffc;
72+
}

0 commit comments

Comments
 (0)