update components
This commit is contained in:
+4
-4
@@ -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
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user