mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
improve filter fields
adding ` type="search"` to the filter fields causes browsers to add a little x to the field to 'cancel' the search and clear the field
This commit is contained in:
parent
e639507a42
commit
bb34891893
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
<pre>cargo build --release -Zbuild-std=core</pre></p>
|
<pre>cargo build --release -Zbuild-std=core</pre></p>
|
||||||
<p>This checks that codegen/linking of core works, but does not check whether std builds.</p>
|
<p>This checks that codegen/linking of core works, but does not check whether std builds.</p>
|
||||||
<label for="target-filter">Target Filter</label>
|
<label for="target-filter">Target Filter</label>
|
||||||
<input id="target-filter" />
|
<input id="target-filter" type="search" />
|
||||||
<label for="target-filter-failed">Filter failed</label>
|
<label for="target-filter-failed">Filter failed</label>
|
||||||
<input type="checkbox" id="target-filter-failed" />
|
<input type="checkbox" id="target-filter-failed" />
|
||||||
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
<pre>cargo miri setup</pre></p>
|
<pre>cargo miri setup</pre></p>
|
||||||
<p>This checks that std builds (on targets that have it) but does not check whether codegen/linking works.</p>
|
<p>This checks that std builds (on targets that have it) but does not check whether codegen/linking works.</p>
|
||||||
<label for="target-filter-miri">Target Filter</label>
|
<label for="target-filter-miri">Target Filter</label>
|
||||||
<input id="target-filter-miri" />
|
<input id="target-filter-miri" type="search" />
|
||||||
<label for="target-filter-failed-miri">Filter failed</label>
|
<label for="target-filter-failed-miri">Filter failed</label>
|
||||||
<input type="checkbox" id="target-filter-failed-miri" />
|
<input type="checkbox" id="target-filter-failed-miri" />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue