[style](trx-frontend-http): transparent axis row, opaque bookmark labels
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -1525,7 +1525,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
|
|||||||
height: 0;
|
height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 0.68rem;
|
font-size: 0.68rem;
|
||||||
background: var(--card-bg);
|
background: transparent;
|
||||||
transition: height 80ms ease;
|
transition: height 80ms ease;
|
||||||
}
|
}
|
||||||
#spectrum-bookmark-axis.bm-axis-visible {
|
#spectrum-bookmark-axis.bm-axis-visible {
|
||||||
@@ -1539,7 +1539,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 0.66rem;
|
font-size: 0.66rem;
|
||||||
background: color-mix(in srgb, var(--accent-yellow) 14%, transparent);
|
background: var(--card-bg);
|
||||||
color: var(--accent-yellow);
|
color: var(--accent-yellow);
|
||||||
border: 1px solid color-mix(in srgb, var(--accent-yellow) 55%, transparent);
|
border: 1px solid color-mix(in srgb, var(--accent-yellow) 55%, transparent);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|||||||
Reference in New Issue
Block a user