File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,14 @@ const ListItem = styled.li`
62
62
63
63
const FooterLink = styled ( Link ) `
64
64
color: ${ ( props ) => props . theme . colors . text200 } ;
65
+ &:after {
66
+ color: ${ ( props ) => props . theme . colors . text200 } ;
67
+ }
65
68
&:hover {
66
69
color: ${ ( props ) => props . theme . colors . primary } ;
70
+ &:after {
71
+ color: ${ ( props ) => props . theme . colors . primary } ;
72
+ }
67
73
}
68
74
`
69
75
Original file line number Diff line number Diff line change @@ -246,15 +246,14 @@ const Table = styled.div`
246
246
`
247
247
248
248
const Item = styled ( Link ) `
249
- flex-direction: row ;
249
+ display: flex ;
250
250
justify-content: space-between;
251
251
color: ${ ( props ) => props . theme . colors . text } !important;
252
252
box-shadow: 0 1px 1px ${ ( props ) => props . theme . colors . tableItemBoxShadow } ;
253
253
margin-bottom: 1px;
254
254
padding: 1rem;
255
255
width: 100%;
256
256
color: #000;
257
- display: flex;
258
257
259
258
&:hover {
260
259
border-radius: 4px;
You can’t perform that action at this time.
0 commit comments