1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 05:07:11 +03:00

Remove input-dark from the docs (#1474)

This commit is contained in:
simurai 2021-06-25 22:08:03 +09:00 committed by GitHub
parent aa0715a947
commit 369c5cc16a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,15 +140,6 @@ Add the `disabled` attribute to make a `.form-control` appear disabled.
</form>
```
### Dark
```html live
<div class="bg-gray-dark p-3 mt-n3 ml-n3 mr-n3">
<input class="form-control input-dark" type="text" placeholder="Dark input" aria-label="Dark input">
<input class="form-control input-dark input-sm" type="text" placeholder="Dark input small" aria-label="Dark input">
</div>
```
### Hide WebKit's contact info autofill icon
WebKit sometimes gets confused and tries to add an icon/dropdown to autofill contact information on fields that may not be appropriate (such as input for number of users). Use this class to override the display of this icon.