Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
feat(lsg): broken intendantion
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmx authored Dec 14, 2017
1 parent 92e4c10 commit 2e7590e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lsg/patterns/element/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface StyledPlaceholder {

const StyledElement = styled.div`
cursor: default;
position: relative;
position: relative;
`;

const StyledElementLabel = styled.div`
Expand All @@ -57,9 +57,9 @@ const StyledElementLabel = styled.div`
color: ${colors.black.toString()};
position: relative;
&:hover {
background: ${colors.grey90.toString()};
}
&:hover {
background: ${colors.grey90.toString()};
}
${(props: StyledElementLabelProps) =>
Expand Down

0 comments on commit 2e7590e

Please sign in to comment.