Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: ADmad <[email protected]>
  • Loading branch information
LordSimal and ADmad authored Dec 29, 2024
1 parent d97e298 commit 4bebabf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/element/sql_log_panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<td><?= h($query['rows']) ?></td>
<td><?= h($query['took']) ?></td>
</tr>
<?php if($query['isCommitOrRollback']): ?>
<?php if ($query['isCommitOrRollback']): ?>
<tr>
<td colspan="3" class="commit-or-rollback">
</td>
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ strong {
}

.c-sql-log-panel__entry .in-transaction {
background: var(--sql-log-transaction);
background: var(--cake-light-gray);
}

.c-toolbar {
Expand Down

0 comments on commit 4bebabf

Please sign in to comment.