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

Unified Diff: lib/src/paper-item/paper-item.html

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/src/paper-item/paper-icon-item.html ('k') | lib/src/paper-item/paper-item-shared-styles.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/paper-item/paper-item.html
diff --git a/lib/src/paper-item/paper-item.html b/lib/src/paper-item/paper-item.html
index a9471ff3fa4048deb637dd68323f938be45a2d32..f2bc6b0c57b54bedc230b488be6a37ded0423690 100644
--- a/lib/src/paper-item/paper-item.html
+++ b/lib/src/paper-item/paper-item.html
@@ -15,6 +15,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<link rel="import" href="paper-item-shared-styles.html">
<!--
+Material design: [Lists](https://www.google.com/design/spec/components/lists.html)
+
`<paper-item>` is a non-interactive list item. By default, it is a horizontal flexbox.
<paper-item>Item</paper-item>
@@ -34,10 +36,17 @@ items.
The following custom properties and mixins are available for styling:
-Custom property | Description | Default
-----------------|-------------|----------
-`--paper-item-min-height` | Minimum height of the item | `48px`
-`--paper-item` | Mixin applied to the item | `{}`
+Custom property | Description | Default
+------------------------------|------------------------------------------------|----------
+`--paper-item-min-height` | Minimum height of the item | `48px`
+`--paper-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 | `{}`
+
### Accessibility
« no previous file with comments | « lib/src/paper-item/paper-icon-item.html ('k') | lib/src/paper-item/paper-item-shared-styles.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698