From 57eda7f602b44588c6d3d31c1dff7315008027ee Mon Sep 17 00:00:00 2001 From: Lee Nathan Date: Fri, 5 Aug 2016 12:41:32 -0700 Subject: [PATCH] style(chips): fix 'remove chip' styling --- src/components/chip/chip.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/chip/chip.scss b/src/components/chip/chip.scss index 8cb28798dd..a5c3eb2b39 100644 --- a/src/components/chip/chip.scss +++ b/src/components/chip/chip.scss @@ -12,6 +12,7 @@ $chip-margin: 2px 0 !default; $chip-label-color: rgba(0, 0, 0, .87) !default; $chip-icon-color: rgba(0, 0, 0, .87) !default; +$chip-remove-color: rgba(137, 137, 137, .54) !default; ion-chip { display: inline-flex; @@ -82,6 +83,10 @@ ion-chip { } ion-icon[name="close-circle"] { - font-size: 1.2em; + margin: 0 -8px 2px -4px; + + font-size: 1.4em; + + color: $chip-remove-color; } }