[fix](trx-frontend-http): unify Delete Selected button styling with other toolbar buttons

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-24 21:14:58 +01:00
parent 65c59e55e4
commit 127da19856
2 changed files with 1 additions and 9 deletions
@@ -3712,14 +3712,6 @@ button:focus-visible, input:focus-visible, select:focus-visible {
border-color: var(--accent-red) !important;
}
#bm-del-selected-btn {
font-size: 0.78rem;
padding: 0.25rem 0.6rem;
border-radius: 0.25rem;
border: 1px solid var(--accent-red);
background: var(--btn-bg);
cursor: pointer;
}
.bm-move-wrap {
display: inline-flex;
align-items: center;