Commit 2911ca9
committed
fix(dialog-editor): stop the selected-option inspector collapsing into one grey blob
In the focused-option view the option row (.trow.choicesel) painted a full-row
background of --vscode-list-inactiveSelectionBackground. In bgforge-monokai that
token equals --vscode-input-background (both #414339), so the row, every field's
own background, and the fields' borders were all the identical grey: the input
boxes had no visible edge and the panel read as bare text floating on one grey
blob, with no form structure. The node view was unaffected only because its rows
are not selection-washed, so the field backgrounds stand out against the darker
panel.
Drop the full-row fill; the focus-accent left border, the tree-row highlight, and
the "option #N" crumb already mark the selected option. Field backgrounds now sit
on the dark inspector panel (rgb 30,31,28 vs field rgb 65,67,57) and render as
distinct boxes again.1 parent ec45b2c commit 2911ca9
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
780 | 780 | | |
781 | 781 | | |
782 | 782 | | |
783 | | - | |
784 | | - | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
785 | 789 | | |
786 | 790 | | |
787 | | - | |
788 | 791 | | |
789 | 792 | | |
790 | 793 | | |
| |||
0 commit comments