Skip to content

Commit 4bebabf

Browse files
LordSimalADmad
andauthored
Apply suggestions from code review
Co-authored-by: ADmad <[email protected]>
1 parent d97e298 commit 4bebabf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/element/sql_log_panel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<td><?= h($query['rows']) ?></td>
9292
<td><?= h($query['took']) ?></td>
9393
</tr>
94-
<?php if($query['isCommitOrRollback']): ?>
94+
<?php if ($query['isCommitOrRollback']): ?>
9595
<tr>
9696
<td colspan="3" class="commit-or-rollback">
9797
</td>

webroot/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ strong {
608608
}
609609

610610
.c-sql-log-panel__entry .in-transaction {
611-
background: var(--sql-log-transaction);
611+
background: var(--cake-light-gray);
612612
}
613613

614614
.c-toolbar {

0 commit comments

Comments
 (0)