mirror of
https://github.com/primer/css.git
synced 2024-12-26 15:43:59 +03:00
Remove input-dark from the docs (#1474)
This commit is contained in:
parent
aa0715a947
commit
369c5cc16a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user