| Index: third_party/polymer/components/iron-overlay-behavior/README.md
|
| diff --git a/third_party/polymer/components/iron-overlay-behavior/README.md b/third_party/polymer/components/iron-overlay-behavior/README.md
|
| index 2c5efa8fe9a4fa247ce26923f8cdb9aa2a340a31..7dc5b30df39f34889c160c728d4efa227d2de09c 100644
|
| --- a/third_party/polymer/components/iron-overlay-behavior/README.md
|
| +++ b/third_party/polymer/components/iron-overlay-behavior/README.md
|
| @@ -17,24 +17,6 @@ thing! https://github.com/PolymerLabs/tedium/issues
|
| _[Demo and API docs](https://elements.polymer-project.org/elements/iron-overlay-behavior)_
|
|
|
|
|
| -##<iron-overlay-backdrop>
|
| -
|
| -`iron-overlay-backdrop` is a backdrop used by `Polymer.IronOverlayBehavior`. It should be a
|
| -singleton.
|
| -
|
| -### Styling
|
| -
|
| -The following custom properties and mixins are available for styling.
|
| -
|
| -| Custom property | Description | Default |
|
| -| --- | --- | --- |
|
| -| `--iron-overlay-backdrop-background-color` | Backdrop background color | #000 |
|
| -| `--iron-overlay-backdrop-opacity` | Backdrop opacity | 0.6 |
|
| -| `--iron-overlay-backdrop` | Mixin applied to `iron-overlay-backdrop`. | {} |
|
| -| `--iron-overlay-backdrop-opened` | Mixin applied to `iron-overlay-backdrop` when it is displayed | {} |
|
| -
|
| -
|
| -
|
| ##Polymer.IronOverlayBehavior
|
|
|
| Use `Polymer.IronOverlayBehavior` to implement an element that can be hidden or shown, and displays
|
| @@ -69,3 +51,21 @@ must ensure no element has a stacking context with a higher `z-index` than its p
|
| context. You should place this element as a child of `<body>` whenever possible.
|
|
|
|
|
| +
|
| +##<iron-overlay-backdrop>
|
| +
|
| +`iron-overlay-backdrop` is a backdrop used by `Polymer.IronOverlayBehavior`. It should be a
|
| +singleton.
|
| +
|
| +### Styling
|
| +
|
| +The following custom properties and mixins are available for styling.
|
| +
|
| +| Custom property | Description | Default |
|
| +| --- | --- | --- |
|
| +| `--iron-overlay-backdrop-background-color` | Backdrop background color | #000 |
|
| +| `--iron-overlay-backdrop-opacity` | Backdrop opacity | 0.6 |
|
| +| `--iron-overlay-backdrop` | Mixin applied to `iron-overlay-backdrop`. | {} |
|
| +| `--iron-overlay-backdrop-opened` | Mixin applied to `iron-overlay-backdrop` when it is displayed | {} |
|
| +
|
| +
|
|
|