Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions static/app/components/core/code/inlineCode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading