Skip to content

Commit

Permalink
Merge pull request #25668 from brave/vpn_panel_region_select
Browse files Browse the repository at this point in the history
Fixed connect button is shown after going to selection panel
  • Loading branch information
simonhong authored Sep 24, 2024
2 parents 74bf470 + 71f6acc commit 39b39a2
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 39b39a2

Please sign in to comment.