File tree Expand file tree Collapse file tree
packages/new-polymath-issuer/src/components/DividendList Expand file tree Collapse file tree Original file line number Diff line number Diff 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` ;
You can’t perform that action at this time.
0 commit comments