Skip to content

Commit

Permalink
added highlight to message context
Browse files Browse the repository at this point in the history
  • Loading branch information
molotgor authored and ALotOfNthing committed Nov 18, 2021
1 parent c8ef1c2 commit be091ab
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/message/message-card/MessageBodyCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,3 @@ export function MessageBodyCardFallback({ body, isBeautified }: Props) {
</pre>
);
}

const backgroundGradient = (strings: TemplateStringsArray, color: string) =>
`linear-gradient(to bottom,
transparent 0%,
transparent 2px,
${color} 2px,
${color} calc(100% - 2px),
transparent calc(100% - 2px),
transparent 100%
)`;

0 comments on commit be091ab

Please sign in to comment.