FlightsMiniList selected: blue-light border (Angular parity, not blue)

This commit is contained in:
2026-04-20 14:07:42 +03:00
parent c91fec16c2
commit 6947e07fd1
@@ -38,8 +38,11 @@
background: colors.$blue-extra-light;
}
// Angular's `flights-details-list-flight.component.scss` uses
// &.selected .flight-card { border: 2px solid $blue-light }
// — the lighter brand blue (#4a90e2), not $blue (#1b62b4).
&--selected {
box-shadow: inset 0 0 0 2px colors.$blue;
box-shadow: inset 0 0 0 2px colors.$blue-light;
background: colors.$blue-extra-light;
}
}