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

Unified Diff: lib/paper_icon_item.dart

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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
« no previous file with comments | « lib/paper_icon_button.dart ('k') | lib/paper_inky_focus_behavior.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/paper_icon_item.dart
diff --git a/lib/paper_icon_item.dart b/lib/paper_icon_item.dart
index 1a36ed0bbf7b121f064c61e723affee2579868af..441ed3c595712f729e07b01f591189282e0ec1bd 100644
--- a/lib/paper_icon_item.dart
+++ b/lib/paper_icon_item.dart
@@ -32,10 +32,16 @@ import 'paper_item_shared_styles.dart';
///
/// The following custom properties and mixins are available for styling:
///
-/// Custom property | Description | Default
-/// ----------------|-------------|----------
-/// `--paper-item-icon-width` | Width of the icon area | `56px`
-/// `--paper-icon-item` | Mixin applied to the item | `{}`
+/// Custom property | Description | Default
+/// ------------------------------|------------------------------------------------|----------
+/// `--paper-item-icon-width` | Width of the icon area | `56px`
+/// `--paper-icon-item` | Mixin applied to the item | `{}`
+/// `--paper-item-selected-weight`| The font weight of a selected item | `bold`
+/// `--paper-item-selected` | Mixin applied to selected paper-items | `{}`
+/// `--paper-item-disabled-color` | The color for disabled paper-items | `--disabled-text-color`
+/// `--paper-item-disabled` | Mixin applied to disabled paper-items | `{}`
+/// `--paper-item-focused` | Mixin applied to focused paper-items | `{}`
+/// `--paper-item-focused-before` | Mixin applied to :before focused paper-items | `{}`
@CustomElementProxy('paper-icon-item')
class PaperIconItem extends HtmlElement with CustomElementProxyMixin, PolymerBase, IronControlState, IronA11yKeysBehavior, IronButtonState {
PaperIconItem.created() : super.created();
« no previous file with comments | « lib/paper_icon_button.dart ('k') | lib/paper_inky_focus_behavior.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698