mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update plugin installs
This commit is contained in:
parent
fbec970987
commit
50c405f522
20 changed files with 73 additions and 40 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "paper-item",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"description": "A material-design styled list item",
|
||||
"authors": [
|
||||
"The Polymer Authors"
|
||||
|
@ -39,11 +39,11 @@
|
|||
"web-component-tester": "Polymer/web-component-tester#^3.3.0",
|
||||
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
||||
},
|
||||
"_release": "1.0.6",
|
||||
"_release": "1.0.7",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v1.0.6",
|
||||
"commit": "803078d9942d1279fb6f4142b7522186d57f17c8"
|
||||
"tag": "v1.0.7",
|
||||
"commit": "9c265d81bb545f53ce9871ba86ae2f52c453f399"
|
||||
},
|
||||
"_source": "git://github.com/PolymerElements/paper-item.git",
|
||||
"_target": "~1.0.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "paper-item",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"description": "A material-design styled list item",
|
||||
"authors": [
|
||||
"The Polymer Authors"
|
||||
|
|
|
@ -38,6 +38,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
content: '';
|
||||
background: currentColor;
|
||||
opacity: var(--dark-divider-opacity);
|
||||
pointer-events: none;
|
||||
|
||||
@apply(--paper-item-focused-before);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue