File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/lib/components/custom Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 34
34
type =" search"
35
35
name =" q"
36
36
placeholder =" Search with Mwmbl..."
37
+ aria-label =" Search with Mwmbl"
37
38
class ={' text-l2 h-12 rounded-2xl border-none bg-card p-6 text-lg ' +
38
39
(completionsExist ? ' rounded-b-none ' : ' ' )}
39
40
bind:inputEl ={input }
44
45
<Button
45
46
tabindex ={- 1 }
46
47
type =" submit"
47
- class =" bg-brand-gradient absolute right-3 h-8 w-8 rounded-full disabled:pointer-events-auto disabled:cursor-default disabled:opacity-100"
48
+ class =" absolute right-3 h-8 w-8 rounded-full bg-brand-gradient disabled:pointer-events-auto disabled:cursor-default disabled:opacity-100"
48
49
disabled ={query == undefined }
49
50
title =" Search Mwmbl"
50
51
aria-label =" Search Mwmbl"
57
58
query = undefined ;
58
59
input .focus ();
59
60
}}
60
- class =" bg-brand-gradient absolute right-3 h-8 w-8 rounded-full"
61
+ class =" absolute right-3 h-8 w-8 rounded-full bg-brand-gradient "
61
62
title =" Clear query and search again"
62
63
aria-label =" Clear query and search again"
63
64
>
You can’t perform that action at this time.
0 commit comments