File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ switch (variant) {
20
20
---
21
21
22
22
<a
23
- class ={ " button-link outline outline -1 outline -type-color py-2 px-4 flex flex-nowrap w-fit items-center justify-between rounded-full hover:bg-sidebar-type-color hover:text-bg-color hover:no-underline " +
23
+ class ={ " button-link border border -1 border-sidebar -type-color py-2 px-4 flex flex-nowrap w-fit items-center justify-between rounded-full hover:bg-sidebar-type-color hover:text-bg-color hover:no-underline " +
24
24
Astro .props .class }
25
25
href ={ url }
26
26
>
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const t = await getUiTranslator(currentLocale);
10
10
action ={ ` ${currentLocale === " en" ? " " : ` /${currentLocale } ` }/search ` }
11
11
method =" GET"
12
12
role =" search"
13
- class =" relative w-full h-full text-accent-type-color bg-accent-color border-accent-type-color border rounded-[20px] !mx-0"
13
+ class =" relative w-full h-full text-accent-type-color bg-accent-color rounded-[20px] !mx-0"
14
14
>
15
15
<div class =" absolute top-[6px] lg:top-[10px] left-[11px]" >
16
16
<Icon kind =" search" />
@@ -20,14 +20,14 @@ const t = await getUiTranslator(currentLocale);
20
20
type =" search"
21
21
placeholder ={ t (" Search" ) as string }
22
22
name =" term"
23
- class =" placeholder-accent-type-color bg-transparent pl-gutter-md py-[6px] md:py-[4px] lg:py-[8px] w-full rounded-[20px] focus:outline-0 peer"
23
+ class =" border-accent-type-color border outline-offset-0 placeholder-accent-type-color bg-transparent pl-gutter-md py-[6px] md:py-[4px] lg:py-[8px] h-full w-full rounded-[20px] peer"
24
24
aria-label =" Search through site content"
25
25
required
26
26
/>
27
27
<button
28
28
type =" submit"
29
29
aria-label =" Submit search"
30
- class =" invisible peer-valid:visible absolute pl-[22px] pr-[12px] right-0 top-0 py-[11px] lg:py-[13px]"
30
+ class =" invisible peer-valid:visible absolute pl-[22px] pr-[12px] right-0 top-0 py-[11px] lg:py-[13px] h-full "
31
31
><Icon kind =" search-submit" /></button
32
32
>
33
33
</form >
You can’t perform that action at this time.
0 commit comments