Commit c801f245 authored by dpapad's avatar dpapad Committed by Commit Bot

MD Settings, cleanup: Remove obsolete references to paper-dialog, paper-item.

BUG=None
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2932913003
Cr-Commit-Position: refs/heads/master@{#478699}
parent 7c6286a9
...@@ -98,7 +98,7 @@ Polymer({ ...@@ -98,7 +98,7 @@ Polymer({
/** /**
* Set to the name of the dialog to show. This page uses a single * Set to the name of the dialog to show. This page uses a single
* paper-dialog to host one of two dialog elements: 'pairDevice' or * dialog to host one of two dialog elements: 'pairDevice' or
* 'connectError'. This allows a seamless transition between dialogs. * 'connectError'. This allows a seamless transition between dialogs.
* Note: This property should be set before opening the dialog and setting * Note: This property should be set before opening the dialog and setting
* the property will not itself cause the dialog to open. * the property will not itself cause the dialog to open.
......
...@@ -111,7 +111,7 @@ Polymer({ ...@@ -111,7 +111,7 @@ Polymer({
}, },
/** /**
* Handles tapping on a paper-item's Remove Word icon button. * Handles tapping on a "Remove word" icon button.
* @param {!{model: !{item: string}}} e * @param {!{model: !{item: string}}} e
*/ */
onRemoveWordTap_: function(e) { onRemoveWordTap_: function(e) {
......
...@@ -94,7 +94,6 @@ ...@@ -94,7 +94,6 @@
--iron-icon-height: var(--cr-icon-size); --iron-icon-height: var(--cr-icon-size);
--iron-icon-width: var(--cr-icon-size); --iron-icon-width: var(--cr-icon-size);
--paper-checkbox-label-color: inherit; --paper-checkbox-label-color: inherit;
--paper-dialog-color: inherit;
--paper-icon-button: { --paper-icon-button: {
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment