Skip to content

Commit

Permalink
Fixed connect button is shown after going to selection panel (uplift …
Browse files Browse the repository at this point in the history
…to 1.71.x) (#25869)

Uplift of #25668 (squashed) to beta
  • Loading branch information
brave-builds authored Oct 8, 2024
1 parent 4aa6be1 commit f13c129
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ export const RegionConnect = styled(Button)<{ right: string }>`
opacity: 0;
position: absolute;
right: ${(p) => p.right};
transition: opacity 0.3s ease-in-out;
${RegionCountry}:hover &, ${RegionCity}:hover & {
transition: opacity 0.3s ease-in-out;
opacity: 1;
}
`
Expand Down

0 comments on commit f13c129

Please sign in to comment.