Skip to content

Commit

Permalink
fix(search): 🐛 opening search card should not play animation on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jun 1, 2024
1 parent 6108fcc commit 151e51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins.citizen.styles/components/Search.less
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
// Remove searchbox open animation on mobile
// But keep suggestion animation
// So user can get to search instantly
.citizen-animations-ready & .citizen-menu__dropdown[ open ] > .citizen-menu__card {
&.citizen-menu__dropdown[open] > .citizen-menu__card {
transition: none;
}
}
Expand Down

0 comments on commit 151e51d

Please sign in to comment.