Skip to content

Commit

Permalink
fix: hover visibility in coin-control
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-sanderson committed Jan 14, 2025
1 parent 6bc3217 commit 73eaec3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ const Wrapper = styled.div<{ $isChecked: boolean; $isDisabled: boolean }>`
border-color: ${({ theme }) => theme.borderFocus};
}
`};
${DetailPartVisibleOnHover} {
opacity: 1;
}
}
`;

Expand Down

0 comments on commit 73eaec3

Please sign in to comment.