From 55e506ce2e7de30fdef76c76f6823a9c1974f6f5 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sun, 1 Mar 2026 20:10:14 +0100 Subject: [PATCH] [style](trx-frontend-http): solid background and no border on bookmark axis Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index cac7693..3b3dcb7 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -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 {