diff --git a/dashboard-ui/bower_components/paper-icon-button/.bower.json b/dashboard-ui/bower_components/paper-icon-button/.bower.json index 7852adc7ee..abf5a6ac5e 100644 --- a/dashboard-ui/bower_components/paper-icon-button/.bower.json +++ b/dashboard-ui/bower_components/paper-icon-button/.bower.json @@ -1,7 +1,7 @@ { "name": "paper-icon-button", "private": true, - "version": "1.1.1", + "version": "1.1.2", "license": "http://polymer.github.io/LICENSE.txt", "description": "A material design icon button", "main": [ @@ -38,11 +38,11 @@ }, "ignore": [], "homepage": "https://github.com/PolymerElements/paper-icon-button", - "_release": "1.1.1", + "_release": "1.1.2", "_resolution": { "type": "version", - "tag": "v1.1.1", - "commit": "f4a8a7a0666aa5a6e2049aa3672ee686bb60b5f3" + "tag": "v1.1.2", + "commit": "0a6c65f73765d6f6ae6cfe90ddc9905a2cf45f20" }, "_source": "git://github.com/PolymerElements/paper-icon-button.git", "_target": "^1.0.0", diff --git a/dashboard-ui/bower_components/paper-icon-button/.travis.yml b/dashboard-ui/bower_components/paper-icon-button/.travis.yml index 302779e702..82fb60bde2 100644 --- a/dashboard-ui/bower_components/paper-icon-button/.travis.yml +++ b/dashboard-ui/bower_components/paper-icon-button/.travis.yml @@ -10,7 +10,7 @@ env: - secure: Ps1Hy0fzmYRYF/ur2Myg7ol43HpzpooCoDvqzpMbIBWkXjXcN0KlPoNc6lEFlhjSpjddMFavdajKYIO0j9adAjZA7HYlf+BglhxV45lz13o04+QlNbDSADNyAlKJLrIvFacn9DE3VXlvBwBu83m+ndHUN/uMyHyZo0VE1/ad9Iw= node_js: stable addons: - firefox: latest + firefox: '46.0' apt: sources: - google-chrome diff --git a/dashboard-ui/bower_components/paper-icon-button/CONTRIBUTING.md b/dashboard-ui/bower_components/paper-icon-button/CONTRIBUTING.md index f147978a3e..093090d435 100644 --- a/dashboard-ui/bower_components/paper-icon-button/CONTRIBUTING.md +++ b/dashboard-ui/bower_components/paper-icon-button/CONTRIBUTING.md @@ -1,4 +1,3 @@ - + # Polymer Elements ## Guide for Contributors diff --git a/dashboard-ui/bower_components/paper-icon-button/bower.json b/dashboard-ui/bower_components/paper-icon-button/bower.json index 177044a388..ab58e4c2be 100644 --- a/dashboard-ui/bower_components/paper-icon-button/bower.json +++ b/dashboard-ui/bower_components/paper-icon-button/bower.json @@ -1,7 +1,7 @@ { "name": "paper-icon-button", "private": true, - "version": "1.1.1", + "version": "1.1.2", "license": "http://polymer.github.io/LICENSE.txt", "description": "A material design icon button", "main": [ diff --git a/dashboard-ui/bower_components/paper-icon-button/paper-icon-button-light.html b/dashboard-ui/bower_components/paper-icon-button/paper-icon-button-light.html index 65ec95d74f..c1c6c4e3c5 100644 --- a/dashboard-ui/bower_components/paper-icon-button/paper-icon-button-light.html +++ b/dashboard-ui/bower_components/paper-icon-button/paper-icon-button-light.html @@ -32,7 +32,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN position: relative; cursor: pointer; + + /* NOTE: Both values are needed, since some phones require the value to be `transparent`. */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + -webkit-tap-highlight-color: transparent; } :host([disabled]) { diff --git a/dashboard-ui/bower_components/paper-icon-button/paper-icon-button.html b/dashboard-ui/bower_components/paper-icon-button/paper-icon-button.html index 074fe5bb58..b69330fbb0 100644 --- a/dashboard-ui/bower_components/paper-icon-button/paper-icon-button.html +++ b/dashboard-ui/bower_components/paper-icon-button/paper-icon-button.html @@ -76,7 +76,6 @@ Custom property | Description | Default position: relative; padding: 8px; outline: none; - -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; @@ -88,6 +87,10 @@ Custom property | Description | Default width: 40px; height: 40px; + /* NOTE: Both values are needed, since some phones require the value to be `transparent`. */ + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + -webkit-tap-highlight-color: transparent; + /* Because of polymer/2558, this style has lower specificity than * */ box-sizing: border-box !important; diff --git a/dashboard-ui/bower_components/polymer/.bower.json b/dashboard-ui/bower_components/polymer/.bower.json index 4782b3c50f..e3120e6882 100644 --- a/dashboard-ui/bower_components/polymer/.bower.json +++ b/dashboard-ui/bower_components/polymer/.bower.json @@ -39,6 +39,6 @@ "commit": "ce5b9fb2d8aa03c698410e2e55cffcfa0b788a3a" }, "_source": "git://github.com/Polymer/polymer.git", - "_target": "^1.0.0", + "_target": "^1.1.0", "_originalSource": "Polymer/polymer" } \ No newline at end of file