You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the primer_react_select_panel_fullscreen_on_narrow feature flag is removed, we need to consolidate the dual close button implementation in SelectPanel to improve maintainability and remove CSS workarounds.
Background
Currently, SelectPanel has two close button options:
Close button in AnchoredOverlay
Close button in SelectPanel wrapper
A temporary CSS alignment fix was added in #6327, but this should be cleaned up once the feature flag is removed.
Tasks
Remove primer_react_select_panel_fullscreen_on_narrow feature flag
Consolidate to a single close button implementation
Remove CSS workaround for dual close button alignment