FlightsMiniList selected: blue-light border (Angular parity, not blue)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user