We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f452ebc commit b403339Copy full SHA for b403339
resources/stubs/presets/search/search_form.antlers.html.stub
@@ -46,10 +46,9 @@
46
name="q"
47
/>
48
<button
49
- class="absolute inset-y-0 right-0 mr-2 flex items-center text-neutral hover:text-primary"
+ class="absolute inset-y-0 right-0 mr-2 flex items-center text-neutral hover:text-primary disabled:cursor-default disabled:opacity-25 motion-safe:transition-opacity"
50
aria-label="{{ trans:strings.search }}"
51
:disabled="value.length === 0"
52
- :class="{ 'opacity-25 cursor-default': value.length === 0, 'opacity-100': value.length > 0 }"
53
>
54
{{ svg:search attr:class="w-5 h-5 fill-current motion-safe:transition-colors" attr:alt="" attr:aria-hidden="true" }}
55
</button>
0 commit comments