Remove all base styles followup (#2900)

This commit is contained in:
Ben Word
2021-12-20 08:32:50 -06:00
committed by GitHub
parent c74afa4789
commit 358ae364d7
3 changed files with 16 additions and 21 deletions

View File

@@ -6,7 +6,7 @@
<input
type="search"
class="px-3 py-1 border"
class=""
placeholder="{!! esc_attr_x('Search &hellip;', 'placeholder', 'sage') !!}"
value="{{ get_search_query() }}"
name="s"
@@ -15,7 +15,7 @@
<input
type="submit"
class="px-3 py-1 text-white bg-indigo-500 cursor-pointer"
class=""
value="{{ esc_attr_x('Search', 'submit button', 'sage') }}"
>
</form>