Skip to content

Commit dbc1615

Browse files
authored
fix(ui): remove highlight from inline code (#101165)
Accidentally merged #100646 with a non-standard highlight on the `InlineCode` component. Removing that! See [Deploy Preview](https://sentry-ojojrrmxm.sentry.dev/stories/core/inline-code) **Before** <img width="932" height="442" alt="inline-code-before" src="https://github.com/user-attachments/assets/827c4db1-5d15-4bc0-80aa-43a43892a1b3" /> **After** <img width="855" height="425" alt="inline-code-after" src="https://github.com/user-attachments/assets/3dec4f9c-ce67-4c6d-9915-e32541ba64ca" />
1 parent 890c185 commit dbc1615

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

static/app/components/core/code/inlineCode.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ export const inlineCodeStyles = (theme: Theme) => css`
1717
1818
color: ${theme.tokens.content.promotion};
1919
background: color-mix(in oklab, currentColor, transparent 92%);
20-
border-top: 1px solid transparent;
21-
border-image: radial-gradient(
22-
color-mix(in oklab, currentColor, transparent 50%),
23-
transparent
24-
)
25-
1;
2620
2721
padding-inline: 0.3ch;
2822
margin-inline: -0.15ch;

0 commit comments

Comments
 (0)