mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
hide card display that breaks autofill
This commit is contained in:
parent
790d31f578
commit
29a3006f1c
1 changed files with 1 additions and 3 deletions
|
@ -427,9 +427,7 @@ input {
|
|||
<label for="cardnumber">Card Number</label>
|
||||
<input id="cardnumber" type="text" pattern="[0-9]*" inputmode="numeric">
|
||||
<svg id="ccicon" class="ccicon" width="750" height="471" viewBox="0 0 750 471" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
</svg>
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" style="display: none"></svg>
|
||||
</div>
|
||||
<div class="field-container">
|
||||
<label for="expirationdate">Expiration (mm/yy)</label>
|
||||
|
|
Loading…
Add table
Reference in a new issue