Skip to content

Commit a76057b

Browse files
committed
chore(new-issuer): update new dividend button style
1 parent cbf8657 commit a76057b

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

  • packages/new-polymath-issuer/src/components/DividendList

packages/new-polymath-issuer/src/components/DividendList/styles.ts

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ export const NewDividendButtonBase: NewDividendButtonType = styled(ButtonLink)`
1313
align-items: center;
1414
color: ${({ theme }) => theme.colors.primary};
1515
16+
&:not([disabled]):hover {
17+
opacity: 0.5;
18+
background-color: transparent;
19+
color: ${({ theme }) => theme.colors.primary};
20+
}
21+
1622
&[disabled]:hover {
1723
color: ${({ theme }) => theme.colors.primary};
1824
}
@@ -39,13 +45,10 @@ export const PlaceholderButtonBase: PlaceholderButtonType = styled(
3945
height: 370px;
4046
border: 1px dashed ${({ theme }) => theme.colors.primary};
4147
border-radius: 5px;
42-
43-
&:hover {
44-
color: ${({ theme }) => theme.colors.primary};
45-
}
48+
color: ${({ theme }) => theme.colors.primary};
4649
4750
&:not([disabled]):hover {
48-
background-color: transparent;
51+
opacity: 1;
4952
border: 2px solid ${({ theme }) => theme.colors.primary};
5053
}
5154
`;

0 commit comments

Comments
 (0)