1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-07-30 13:51:57 -04:00
parent 0d9c8e71fe
commit d3bcb6ac63
6 changed files with 19 additions and 15 deletions

View file

@ -1,6 +1,6 @@
{
"name": "paper-input",
"version": "1.1.15",
"version": "1.1.16",
"description": "Material design text fields",
"authors": [
"The Polymer Authors"
@ -48,11 +48,11 @@
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"_release": "1.1.15",
"_release": "1.1.16",
"_resolution": {
"type": "version",
"tag": "v1.1.15",
"commit": "cb868e5f6468f2d6b98be9ee7d30d6fcb9bf9698"
"tag": "v1.1.16",
"commit": "0222d1d585c330c3ab47bb2fc16e3b5ec689ddd6"
},
"_source": "git://github.com/PolymerElements/paper-input.git",
"_target": "^1.1.11",

View file

@ -1,6 +1,6 @@
{
"name": "paper-input",
"version": "1.1.15",
"version": "1.1.16",
"description": "Material design text fields",
"authors": [
"The Polymer Authors"

View file

@ -73,6 +73,10 @@ style this element.
:host {
display: block;
}
:host([focused]) {
outline: none;
}
:host([hidden]) {
display: none !important;