Skip to content

Commit

Permalink
fix(TripPlanner): Restore A and B on desktop in search boxes (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Jan 9, 2025
1 parent 1eaca40 commit ec1cffa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/css/_autocomplete-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
}

// hide default search magnifying glass icon
.aa-SubmitIcon {
.aa-SubmitButton, .aa-SubmitIcon {
display: none;
}

Expand All @@ -242,10 +242,12 @@
}
}

#trip-planner-input-form--from .aa-Label::before,
#trip-planner-input-form--from .aa-DetachedSearchButtonIcon::before {
content: "A"
}

#trip-planner-input-form--to .aa-Label::before,
#trip-planner-input-form--to .aa-DetachedSearchButtonIcon::before {
content: "B"
}
Expand Down

0 comments on commit ec1cffa

Please sign in to comment.