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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-radio-group/paper-radio-group.html

Issue 1187823002: Update Polymer components and re-run reproduce.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 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/v1_0/components-chromium/paper-radio-group/paper-radio-group.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-group/paper-radio-group.html b/third_party/polymer/v1_0/components-chromium/paper-radio-group/paper-radio-group.html
index ff665971377169d2a5de769d7cd7bddfeb279ccd..5b8ef2e47b1c74818e11ef899341921bdf5b1e47 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-radio-group/paper-radio-group.html
+++ b/third_party/polymer/v1_0/components-chromium/paper-radio-group/paper-radio-group.html
@@ -7,7 +7,7 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
--><html><head><link rel="import" href="../polymer/polymer.html">
-<link rel="import" href="../iron-selector/iron-selector.html">
+<link rel="import" href="../iron-selector/iron-selectable.html">
<link rel="import" href="../paper-radio-button/paper-radio-button.html">
<link rel="import" href="../iron-a11y-keys-behavior/iron-a11y-keys-behavior.html">
@@ -40,15 +40,13 @@ information about `paper-radio-button`.
display: inline-block;
}
- iron-selector ::content > * {
+ :host ::content > * {
padding: 12px;
}
</style>
<template>
- <iron-selector selected="{{selected}}" attr-for-selected="name" selectable="paper-radio-button">
<content id="items" select="*"></content>
- </iron-selector>
</template>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698