Skip to content

Commit

Permalink
Fix box shadow on twoslash code type info section
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Nov 24, 2024
1 parent ae42222 commit d25b3c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shy-dingos-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"expressive-code-twoslash": patch
---

Fix box shadow on twoslash code type info section
4 changes: 4 additions & 0 deletions packages/twoslash/src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,10 @@ export function getTwoSlashBaseStyles({ cssVar }: ResolverContext): string {
padding: 0 !important;
}
.twoslash-popup-code-type .frame {
box-shadow: none !important;
}
.twoslash-popup-code-type .frame .header::before {
border: none !important;
}
Expand Down

0 comments on commit d25b3c0

Please sign in to comment.