diff --git a/static/app/components/core/code/inlineCode.tsx b/static/app/components/core/code/inlineCode.tsx index e512364ce4f4d1..3a07f7250cd5cc 100644 --- a/static/app/components/core/code/inlineCode.tsx +++ b/static/app/components/core/code/inlineCode.tsx @@ -17,12 +17,6 @@ export const inlineCodeStyles = (theme: Theme) => css` color: ${theme.tokens.content.promotion}; background: color-mix(in oklab, currentColor, transparent 92%); - border-top: 1px solid transparent; - border-image: radial-gradient( - color-mix(in oklab, currentColor, transparent 50%), - transparent - ) - 1; padding-inline: 0.3ch; margin-inline: -0.15ch;