Commit 8e8da88
fix(ag-ui): collapse overlay actually hides content (:host selector)
Live map smoke caught that the collapse toggled the host class but the
day content stayed visible: `.itin--collapsed [cdkDropListGroup]` can't
match a host-level class under Angular emulated encapsulation (the
selector gets _ngcontent appended; the host carries _nghost). Use
:host(.itin--collapsed) so the descendant hide-rules apply. The P2.11
unit test only asserted the host class toggles, not that content hides,
so it passed while the visual collapse was broken.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent e9bc81c commit 8e8da88
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
460 | | - | |
| 459 | + | |
| 460 | + | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
| 463 | + | |
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| |||
0 commit comments