Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 843f703

Browse files
authored
fix(svelte): Properly rounded corner for file view hover cards (#63446)
Fixes srch-130 ## Test plan Visual inspection
1 parent e5be8af commit 843f703

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/web-sveltekit/src/lib/CodeMirrorBlob.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
},
9393
'.cm-tooltip': {
9494
border: 'none',
95+
// For nice rounded corners in hover cards
96+
borderRadius: 'var(--border-radius)',
9597
},
9698
})
9799

0 commit comments

Comments
 (0)