We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47690a6 commit 463a738Copy full SHA for 463a738
1 file changed
src/lib/sidebar/SearchBox.svelte
@@ -14,7 +14,7 @@
14
15
<button
16
aria-label="Open Search Modal"
17
- class="bg-black/45 px-2 py-1 rounded-lg flex justify-between items-center mt-1 mb-2 w-full focus-visible:outline-2 focus-visible:outline-dph-orange"
+ class="bg-black/45 px-2 py-1 rounded-lg flex justify-between items-center mt-1 mb-2 w-full focus-visible:outline-2 focus-visible:outline-dph-orange cursor-text"
18
onclick={async () => await dialog.showModal()}>
19
<div class="flex items-center gap-2">
20
<IconSearch />
0 commit comments