Skip to content

Commit

Permalink
fix(core): šŸ› incorrect selector to disable search card animation on mā€¦
Browse files Browse the repository at this point in the history
ā€¦obile
  • Loading branch information
alistair3149 committed May 29, 2024
1 parent 2bbb1d9 commit 87f15dd
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 @@ -123,7 +123,7 @@
// Remove searchbox open animation on mobile
// But keep suggestion animation
// So user can get to search instantly
.citizen-animations-ready & {
.citizen-animations-ready .citizen-menu-checkbox-checkbox:checked ~ & {
transition: none;
}
}
Expand Down

0 comments on commit 87f15dd

Please sign in to comment.