Skip to content

Commit

Permalink
Merge pull request #1223 from dpc-sdp/bugfix/ios-search-focus-with-qu…
Browse files Browse the repository at this point in the history
…ick-exit

[R20-2041] always ensure expanded menu is visible
  • Loading branch information
dylankelly authored Jun 17, 2024
2 parents eab5efc + ac041dd commit 989e9e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
}

.rpl-primary-nav--expanded & {
display: block;
transition: height var(--rpl-motion-speed-7) ease-in,
background-color var(--rpl-motion-speed-4) ease-in;
background-color: var(--rpl-clr-primary-alt);
Expand Down

0 comments on commit 989e9e6

Please sign in to comment.