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

Unified Diff: lib/iron_icon.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/iron_form_element_behavior.dart ('k') | lib/iron_iconset.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/iron_icon.dart
diff --git a/lib/iron_icon.dart b/lib/iron_icon.dart
index b4ce715c797027f7cce6059fe431ad2eb03829bc..3fec311b21d80bcba436408c76c265d12f271f2b 100644
--- a/lib/iron_icon.dart
+++ b/lib/iron_icon.dart
@@ -49,10 +49,11 @@ import 'iron_flex_layout.dart';
///
/// <iron-icon icon="fruit:cherry"></iron-icon>
///
-/// See [iron-iconset](#iron-iconset) and [iron-iconset-svg](#iron-iconset-svg) for more information about
+/// See [iron-iconset](iron-iconset) and [iron-iconset-svg](iron-iconset-svg) for more information about
/// how to create a custom iconset.
///
-/// See [iron-icons](https://elements.polymer-project.org/elements/iron-icons?view=demo:demo/index.html) for the default set of icons.
+/// See the [iron-icons demo](iron-icons?view=demo:demo/index.html) to see the icons available
+/// in the various iconsets.
///
///
/// ### Styling
@@ -63,6 +64,8 @@ import 'iron_flex_layout.dart';
/// ----------------|-------------|----------
/// `--iron-icon-width` | Width of the icon | `24px`
/// `--iron-icon-height` | Height of the icon | `24px`
+/// `--iron-icon-fill-color` | Fill color of the svg icon | `currentcolor`
+/// `--iron-icon-stroke-color` | Stroke color of the svg icon | none
@CustomElementProxy('iron-icon')
class IronIcon extends HtmlElement with CustomElementProxyMixin, PolymerBase {
IronIcon.created() : super.created();
« no previous file with comments | « lib/iron_form_element_behavior.dart ('k') | lib/iron_iconset.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698