[style](trx-frontend-http): solid background and no border on bookmark axis

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-01 20:10:14 +01:00
parent a4a21181db
commit 55e506ce2e
@@ -1525,9 +1525,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
height: 0;
overflow: hidden;
font-size: 0.68rem;
background: var(--bg-secondary);
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
background: var(--card-bg);
transition: height 80ms ease;
}
#spectrum-bookmark-axis.bm-axis-visible {