Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(793)

Unified Diff: third_party/polymer/components/iron-iconset-svg/iron-iconset-svg.html

Issue 3010683002: Update Polymer components. (Closed)
Patch Set: Rebase Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/components/iron-iconset-svg/iron-iconset-svg.html
diff --git a/third_party/polymer/components/iron-iconset-svg/iron-iconset-svg.html b/third_party/polymer/components/iron-iconset-svg/iron-iconset-svg.html
index f2a79454c38e9653786f3e2f3cb2adc648ea2009..ab07e88c8ab6c57bcbc775fe6640cc317a449326 100644
--- a/third_party/polymer/components/iron-iconset-svg/iron-iconset-svg.html
+++ b/third_party/polymer/components/iron-iconset-svg/iron-iconset-svg.html
@@ -227,6 +227,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
svg.setAttribute('viewBox', viewBox);
svg.setAttribute('preserveAspectRatio', 'xMidYMid meet');
+ svg.setAttribute('focusable', 'false');
// TODO(dfreedm): `pointer-events: none` works around https://crbug.com/370136
// TODO(sjmiles): inline style may not be ideal, but avoids requiring a shadow-root
svg.style.cssText = cssText;
« no previous file with comments | « third_party/polymer/components/iron-iconset-svg/bower.json ('k') | third_party/polymer/components/iron-input/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698