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

Unified Diff: third_party/polymer/v1_0/components/paper-radio-button/paper-radio-button.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/paper-radio-button/paper-radio-button.html
diff --git a/third_party/polymer/v1_0/components/paper-radio-button/paper-radio-button.html b/third_party/polymer/v1_0/components/paper-radio-button/paper-radio-button.html
index ab67812e20f749c876b6156462629786474e1696..63fba75f94a2663d072c08cede895927229de3fa 100644
--- a/third_party/polymer/v1_0/components/paper-radio-button/paper-radio-button.html
+++ b/third_party/polymer/v1_0/components/paper-radio-button/paper-radio-button.html
@@ -10,7 +10,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../paper-ripple/paper-ripple.html">
<link rel="import" href="../paper-styles/default-theme.html">
-<link rel="import" href="../paper-behaviors/paper-radio-button-behavior.html">
+<link rel="import" href="../paper-behaviors/paper-inky-focus-behavior.html">
<!--
`paper-radio-button` is a button that can be either checked or unchecked.
@@ -42,18 +42,6 @@ Custom property | Description | Default
@demo demo/index.html
-->
-<style is="custom-style">
- :root {
- --paper-radio-button-unchecked-color: var(--primary-text-color);
- --paper-radio-button-unchecked-ink-color: var(--primary-text-color);
-
- --paper-radio-button-checked-color: var(--default-primary-color);
- --paper-radio-button-checked-ink-color: var(--default-primary-color);
-
- --paper-radio-button-label-color: var(--primary-text-color);
- }
-</style>
-
<dom-module id="paper-radio-button">
<link rel="import" type="css" href="paper-radio-button.css">
@@ -75,7 +63,7 @@ Custom property | Description | Default
is: 'paper-radio-button',
behaviors: [
- Polymer.PaperRadioButtonBehavior
+ Polymer.PaperInkyFocusBehavior
],
hostAttributes: {

Powered by Google App Engine
This is Rietveld 408576698