Skip to content

Commit 601ecf4

Browse files
committed
outline instead of bg for clickable area
1 parent 576e8b0 commit 601ecf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/web_ui/src/routes/(app)/run/run.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
<div
661661
tabindex="0"
662662
role="button"
663-
class="-mt-3 text-left cursor-pointer hover:bg-base-200 focus-visible:bg-base-200 rounded-lg p-2 -ml-2 transition-colors outline-none"
663+
class="-mt-3 text-left cursor-pointer hover:outline hover:outline-1 hover:outline-base-300 focus-visible:outline focus-visible:outline-1 focus-visible:outline-base-300 rounded-lg p-2 -ml-2 transition-all outline-none"
664664
on:click={(e) => {
665665
const el = e.currentTarget
666666
if (el instanceof HTMLElement) el.blur()

0 commit comments

Comments
 (0)