update readme for new css vars

This commit is contained in:
Elliott Marquez 2019-10-09 14:49:52 -07:00
parent 797ad9e6a8
commit fb5d1cdda7

View File

@ -213,6 +213,15 @@ Inherits CSS Custom properties from:
| `--mdc-text-field-outlined-idle-border-color` | `rgba(0, 0, 0, 0.38)` | Color of the outlined textfield's outline when idle.
| `--mdc-text-field-outlined-hover-border-color` | `rgba(0, 0, 0, 0.87)` | Color of the outlined textfield's outline when hovering.
| `--mdc-text-field-outlined-disabled-border-color` | `rgba(0, 0, 0, 0.06)` | Color of the outlined textfield's outline when disabled.
| `--mdc-text-field-fill-color` | filled: `rgb(245, 245, 245)`, outlined: `transparent` | Color of the textfield's background fill.
| `--mdc-text-field-outlined-fill-color` | `transparent` | Overrides `--mdc-text-field-fill-color` only for outlined textfields.
| `--mdc-text-field-filled-fill-color` | `rgb(245,245,245)` | Overrides `--mdc-text-field-fill-color` only for filled (non-outlined) textfields.
| `--mdc-text-field-disabled-fill-color` | filled: `rgb(250, 250, 250)`, outlined: `transparent` | Color of the textfield's background fill when disabled.
| `--mdc-text-field-outlined-disabled-fill-color` | `rgba(250, 250, 250)` | Overrides `--mdc-text-field-disabled-fill-color` only for outlined textfields.
| `--mdc-text-field-filled-disabled-fill-color` | `transparent` | Overrides `--mdc-text-field-disabled-fill-color` only for filled (non-outlined) textfields.
| `--mdc-text-field-ink-color` | `rgba(0, 0, 0, 0.87)` | Color of the input text.
| `--mdc-text-field-label-ink-color` | `rgba(0, 0, 0, 0.6)` | Color of the non-focused floating label and placeholder.
| `--mdc-text-field-disabled-ink-color` | `rgba(0, 0, 0, 0.37)` | Color of the input text, the floating label, and placeholder of a disabled textfield.
### Validation