Skip to content

Commit

Permalink
cleanup(css/shuttle-map): remove selected label color override on shu…
Browse files Browse the repository at this point in the history
…ttle map (#2863)

This _happens_ to override the vehicle marker because it's imported after the vehicle marker css, just so we don't stumble into that later, I decided to remove it.

Context: https://mbta.slack.com/archives/C024N3SKX33/p1729517468174199?thread_ts=1729517026.304969&cid=C024N3SKX33
  • Loading branch information
firestack authored Oct 22, 2024
1 parent 5ad8c96 commit a5a8397
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/css/_shuttle_map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@
height: 100%;
position: absolute;
width: 100%;

.c-vehicle-map__label.selected .c-vehicle-icon__label-background {
fill: $color-secondary-medium;
}
}

0 comments on commit a5a8397

Please sign in to comment.