Commit cf7f28d
committed
fix(lsp): restyle jump-to-definition picker header as a muted title, not a color chip
li.inlinemenu-header used a solid @bc-panel-bg-alt background, which read
as a mismatched floating block against the menu's own near-black
@dark-bc-menu-bg surface in dark theme. Drop the background entirely and
style it as a plain muted title with a hairline divider (the same
@dark-bc-menu-separator token this menu family's .divider rule already
uses, so it stays visible against a near-black surface) - matching the
minimal title treatment the code-excerpt side panel already uses, so both
halves of the picker read as one cohesive surface.1 parent 312520b commit cf7f28d
1 file changed
Lines changed: 18 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | | - | |
701 | | - | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
702 | 705 | | |
703 | | - | |
| 706 | + | |
704 | 707 | | |
705 | | - | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
706 | 715 | | |
707 | 716 | | |
708 | | - | |
709 | 717 | | |
| 718 | + | |
710 | 719 | | |
711 | 720 | | |
712 | 721 | | |
713 | | - | |
| 722 | + | |
714 | 723 | | |
715 | 724 | | |
716 | 725 | | |
717 | | - | |
718 | 726 | | |
719 | 727 | | |
720 | 728 | | |
| |||
0 commit comments