Index: third_party/polymer/components/paper-dialog-behavior/README.md |
diff --git a/third_party/polymer/components/paper-dialog-behavior/README.md b/third_party/polymer/components/paper-dialog-behavior/README.md |
index dc33f670c82a608b7b491fae3d683c37aaeefb88..ba8acc409134997b2f212379b745caa4a23f52d8 100644 |
--- a/third_party/polymer/components/paper-dialog-behavior/README.md |
+++ b/third_party/polymer/components/paper-dialog-behavior/README.md |
@@ -43,18 +43,6 @@ Use the `dialog-dismiss` and `dialog-confirm` attributes on interactive controls |
dialog. If the user dismisses the dialog with `dialog-confirm`, the `closingReason` will update |
to include `confirmed: true`. |
-### Styling |
- |
-The following custom properties and mixins are available for styling. |
- |
-| Custom property | Description | Default | |
-| --- | --- | --- | |
-| `--paper-dialog-background-color` | Dialog background color | `--primary-background-color` | |
-| `--paper-dialog-color` | Dialog foreground color | `--primary-text-color` | |
-| `--paper-dialog` | Mixin applied to the dialog | `{}` | |
-| `--paper-dialog-title` | Mixin applied to the title (`<h2>`) element | `{}` | |
-| `--paper-dialog-button-color` | Button area foreground color | `--default-primary-color` | |
- |
### Accessibility |
This element has `role="dialog"` by default. Depending on the context, it may be more appropriate |