1
0
Fork 0
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:
Luke Pulverenti 2015-11-10 08:36:15 -05:00
parent fbec970987
commit 50c405f522
20 changed files with 73 additions and 40 deletions

View file

@ -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",

View file

@ -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"

View file

@ -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);
}