Skip to content

Commit

Permalink
fix: search button status
Browse files Browse the repository at this point in the history
  • Loading branch information
teaSummer committed Jun 30, 2024
1 parent f9133cb commit d435b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ <h2 class="page-title" al="website"></h2>
<mdui-button-icon slot="end-icon" icon="clear" class="searchable-clear inline-block"
type="reset" disabled hidden></mdui-button-icon>
</mdui-text-field>
<mdui-button class="search inline-block" style="margin: auto 4px;"
type="submit" icon="searchable-button" al="search"></mdui-button>
<mdui-button class="searchable-button inline-block" style="margin: auto 4px;"
type="submit" icon="searchable-button" al="search" disabled></mdui-button>
</label>
</form>
</div>
Expand Down

0 comments on commit d435b59

Please sign in to comment.