mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix episode query
This commit is contained in:
parent
d340732212
commit
504f6e9804
9 changed files with 37 additions and 35 deletions
|
@ -10,10 +10,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
|
||||
<link rel="import" href="../polymer/polymer.html">
|
||||
<link rel="import" href="../iron-overlay-behavior/iron-overlay-behavior.html">
|
||||
<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
|
||||
<link rel="import" href="../paper-styles/default-theme.html">
|
||||
<link rel="import" href="../paper-styles/typography.html">
|
||||
<link rel="import" href="../paper-styles/shadow.html">
|
||||
|
||||
<script>
|
||||
|
||||
|
@ -40,18 +36,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue