mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
0d9c8e71fe
commit
d3bcb6ac63
6 changed files with 19 additions and 15 deletions
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "paper-input",
|
||||
"version": "1.1.15",
|
||||
"version": "1.1.16",
|
||||
"description": "Material design text fields",
|
||||
"authors": [
|
||||
"The Polymer Authors"
|
||||
|
|
|
@ -73,6 +73,10 @@ style this element.
|
|||
:host {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:host([focused]) {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
:host([hidden]) {
|
||||
display: none !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue