From 2ffb341dac4c2098db8b68d371103d6128819667 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sun, 1 Mar 2026 20:12:17 +0100 Subject: [PATCH] [style](trx-frontend-http): transparent axis row, opaque bookmark labels 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, 2 insertions(+), 2 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 3b3dcb7..071d039 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,7 +1525,7 @@ button:focus-visible, input:focus-visible, select:focus-visible { height: 0; overflow: hidden; font-size: 0.68rem; - background: var(--card-bg); + background: transparent; transition: height 80ms ease; } #spectrum-bookmark-axis.bm-axis-visible { @@ -1539,7 +1539,7 @@ button:focus-visible, input:focus-visible, select:focus-visible { cursor: pointer; font-weight: 600; font-size: 0.66rem; - background: color-mix(in srgb, var(--accent-yellow) 14%, transparent); + background: var(--card-bg); color: var(--accent-yellow); border: 1px solid color-mix(in srgb, var(--accent-yellow) 55%, transparent); border-radius: 3px;