1d3f0efc5f7e6ec5c8221a7b5a9e860b0fc069c1
OnlineBoard, Schedule and FlightsMap filter sidebars drifted visually: ScheduleFilter used $light-gray + 4px gutter for .label--filter while the other two used $gray + $label-margin-bottom (10px). CityAutocomplete's own __label also defaulted to $light-gray, making city labels a different tone from the date/time labels alongside them. Angular's canonical is $gray + $label-margin-bottom everywhere on the filter sidebar — align both rules to that. Also fix the datepicker's internal seam: PrimeReact's p-calendar-w-btn put the 1px border on the input, leaving the trigger icon visibly outside the bordered area. Angular renders the whole control as a single pill. Promote the border to the outer .p-calendar wrapper and strip the inner input's border + shadow, scoped to the three filter-panel roots.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%