Commit b84e761
committed
UI: zebra stripes tint with pane, sit below scrollbar
- Stripes now translucent (`rgba(0,0,0,0.04)` light, `rgba(255,255,255,0.04)` dark), so the pane tint shows through and the stripe row inherits the pane's hue. Old opaque `--color-bg-stripe` covered any underlying tint.
- Tinting now actually visible: `.content`'s opaque `--color-bg-primary` was painting over `.file-pane`'s inline tint style. New `--color-pane-bg` CSS var propagates the resolved pane bg (tinted or not) to `.content`, so the bg is visible and stripes composite over it correctly.
- Dropped the `@supports not (color-mix)` and `[data-force-old-webkit]` fallback entries for `--color-bg-stripe` — the new rgba value doesn't need a fallback.
- Verified `a11y-contrast` row-state matrix still passes across every (mode × tint × variant) combo; the synthesizer already composites non-opaque stripes over the resolved pane bg.1 parent c1a17bf commit b84e761
2 files changed
Lines changed: 25 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| |||
452 | 455 | | |
453 | 456 | | |
454 | 457 | | |
455 | | - | |
456 | 458 | | |
457 | 459 | | |
458 | 460 | | |
| |||
484 | 486 | | |
485 | 487 | | |
486 | 488 | | |
487 | | - | |
488 | 489 | | |
489 | 490 | | |
490 | 491 | | |
| |||
614 | 615 | | |
615 | 616 | | |
616 | 617 | | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | | - | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2365 | 2365 | | |
2366 | 2366 | | |
2367 | 2367 | | |
2368 | | - | |
| 2368 | + | |
2369 | 2369 | | |
2370 | 2370 | | |
2371 | 2371 | | |
| |||
2582 | 2582 | | |
2583 | 2583 | | |
2584 | 2584 | | |
| 2585 | + | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
| 2589 | + | |
| 2590 | + | |
| 2591 | + | |
| 2592 | + | |
| 2593 | + | |
2585 | 2594 | | |
2586 | 2595 | | |
2587 | 2596 | | |
| |||
2642 | 2651 | | |
2643 | 2652 | | |
2644 | 2653 | | |
2645 | | - | |
2646 | | - | |
| 2654 | + | |
| 2655 | + | |
| 2656 | + | |
| 2657 | + | |
2647 | 2658 | | |
2648 | 2659 | | |
2649 | 2660 | | |
| |||
0 commit comments