Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: third_party/polymer/components/paper-dialog-behavior/README.md

Issue 2113853002: Run bower update (Closed) Base URL: https://github.com/catapult-project/catapult@polymer10-migration
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698