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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/paper-item/README.md

Issue 1468623004: Update Polymer from 1.2.1 -> 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@travis-yml
Patch Set: local-state.html Created 5 years 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 unified diff | Download patch
OLDNEW
1 1
2 <!--- 2 <!---
3 3
4 This README is automatically generated from the comments in these files: 4 This README is automatically generated from the comments in these files:
5 all-imports.html paper-icon-item.html paper-item-body.html paper-item-shared- styles.html paper-item.html 5 paper-icon-item.html paper-item-body.html paper-item.html
6 6
7 Edit those files, and our readme bot will duplicate them over here! 7 Edit those files, and our readme bot will duplicate them over here!
8 Edit this file, and the bot will squash your changes :) 8 Edit this file, and the bot will squash your changes :)
9 9
10 --> 10 -->
11 11
12 [![Build Status](https://travis-ci.org/PolymerElements/paper-item.svg?branch=mas ter)](https://travis-ci.org/PolymerElements/paper-item)
13
12 _[Demo and API Docs](https://elements.polymer-project.org/elements/paper-item)_ 14 _[Demo and API Docs](https://elements.polymer-project.org/elements/paper-item)_
13 15
14 16
15 ##&lt;paper-item&gt; 17 ##&lt;paper-item&gt;
16 18
17 19
18 Material design: [Lists](https://www.google.com/design/spec/components/lists.htm l) 20 Material design: [Lists](https://www.google.com/design/spec/components/lists.htm l)
19 21
20 `<paper-item>` is a non-interactive list item. By default, it is a horizontal fl exbox. 22 `<paper-item>` is a non-interactive list item. By default, it is a horizontal fl exbox.
21 23
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 The following custom properties and mixins are available for styling: 118 The following custom properties and mixins are available for styling:
117 119
118 Custom property | Description | Default 120 Custom property | Description | Default
119 ----------------|-------------|---------- 121 ----------------|-------------|----------
120 `--paper-item-body-two-line-min-height` | Minimum height of a two-line item | `72px` 122 `--paper-item-body-two-line-min-height` | Minimum height of a two-line item | `72px`
121 `--paper-item-body-three-line-min-height` | Minimum height of a three-line item | `88px` 123 `--paper-item-body-three-line-min-height` | Minimum height of a three-line item | `88px`
122 `--paper-item-body-secondary-color` | Foreground color for the `secondary` area | `--secondary-text-color` 124 `--paper-item-body-secondary-color` | Foreground color for the `secondary` area | `--secondary-text-color`
123 `--paper-item-body-secondary` | Mixin applied to the `secondary` are a | `{}` 125 `--paper-item-body-secondary` | Mixin applied to the `secondary` are a | `{}`
124 126
125 127
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698