Skip to content

Commit

Permalink
fix: remove border color
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Sep 25, 2024
1 parent e36cb3d commit a0f942f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/tiddlywiki-codemirror-6/modules/extensions/wordhover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,11 @@ const linkpreviewStyle = EditorView.baseTheme({
border: 'none !important',
boxShadow: '0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08)',
borderRadius: '5px'
},
'.cm-tooltip-arrow:before': {
borderTopColor: 'transparent',
borderBottomColor: 'transparent'
}
// '.cm-tooltip-arrow:before': {
// borderTopColor: '#66b'
// },
// '.cm-tooltip-arrow:after': {
// borderTopColor: 'transparent'
// }
});

export const linkHoverPreview: Extension[] = [wordHover, linkpreviewStyle];

0 comments on commit a0f942f

Please sign in to comment.