Skip to content

Commit

Permalink
fix(ContentForContributor): remove duplicate selector (#253)
Browse files Browse the repository at this point in the history
removed duplicate selector `::-webkit-progress-value`
  • Loading branch information
PerStirpes authored and jlengstorf committed Feb 28, 2019
1 parent ce213c3 commit d08ecce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ContributorArea/ContentForContributor.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ const ProgressBar = styled(`progress`)`
::-moz-progress-bar {
${ProgressIndicator}
}
::-webkit-progress-value {
${ProgressIndicator}
}
`;

const LockIcon = styled(MdLock)`
Expand Down

0 comments on commit d08ecce

Please sign in to comment.