Tweak editor find/replace

This commit is contained in:
Gregory Schier
2024-02-26 17:17:37 -08:00
parent d5afc37dd7
commit ac1f4395d2
2 changed files with 2 additions and 3 deletions

View File

@@ -272,7 +272,7 @@
}
.cm-editor .cm-panels {
@apply bg-gray-100 p-1 border-0 text-gray-800 z-20 rounded-md;
@apply bg-gray-100 backdrop-blur-sm p-1 mb-1 text-gray-800 z-20 rounded-md;
input,
button {

View File

@@ -18,7 +18,7 @@ import {
} from '@codemirror/language';
import { lintKeymap } from '@codemirror/lint';
import { highlightSelectionMatches, searchKeymap } from '@codemirror/search';
import { searchKeymap } from '@codemirror/search';
import { EditorState } from '@codemirror/state';
import {
crosshairCursor,
@@ -156,7 +156,6 @@ export const multiLineExtensions = [
rectangularSelection(),
crosshairCursor(),
highlightActiveLineGutter(),
highlightSelectionMatches({ minSelectionLength: 2 }),
keymap.of([
indentWithTab,
...closeBracketsKeymap,