Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Fix duplicate CSS properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
biocom committed Jan 20, 2022
1 parent f2cbc5b commit 0a4fb15
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/custom/pages/Claim/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,6 @@ export const ClaimTable = styled.div`
align-items: center;
}
position: sticky;
top: 0;
background: transparent;
text-align: left;
font-weight: normal;
Expand Down Expand Up @@ -559,7 +557,6 @@ export const InputField = styled.div`
> b {
display: flex;
margin: 0 0 12px;
font-weight: normal;
align-items: center;
font-size: 18px;
font-weight: 500;
Expand All @@ -577,8 +574,8 @@ export const InputField = styled.div`
padding: 0 8px;
justify-content: space-between;
:focus,
:hover {
&:focus,
&:hover {
background-color: ${({ theme }) => darken(0.05, theme.bg5)};
}
}
Expand Down

0 comments on commit 0a4fb15

Please sign in to comment.