From 3c320cc1bfb440f1df7e4a5f0b7eab3fa8a6e1c4 Mon Sep 17 00:00:00 2001 From: Brent Hosie Date: Thu, 23 Jul 2015 15:02:09 -0600 Subject: [PATCH] fixed css for iron-icon. got rid of support on the demo page for custom colors (style it yourself!!) --- clearable-input.css | 10 +++++----- demo.html | 5 ----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/clearable-input.css b/clearable-input.css index 0565f02..5170925 100644 --- a/clearable-input.css +++ b/clearable-input.css @@ -6,16 +6,16 @@ display: block; right: 5px; top: 0px; */ - position:relative; + + + position:absolute; cursor: pointer; width: 12px; height: 12px; + top: 0px; + right: 5px; } :host #iconWrapper iron-icon { - position: absolute; - display: block; - right: 5px; - top: 0px; width: 12px; height: 12px; } \ No newline at end of file diff --git a/demo.html b/demo.html index 5c5ec6b..cee2388 100644 --- a/demo.html +++ b/demo.html @@ -35,11 +35,6 @@

Disabled input

- -
-

Custom Colors

- -