From 6f2827ad25424a9cf8bc1081c39361220f7af60e Mon Sep 17 00:00:00 2001 From: Cam Wiegert Date: Wed, 8 Aug 2018 15:37:32 -0500 Subject: [PATCH] chore(text): don't overwrite ion-color properties references #14808 --- core/src/components/text/text.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/src/components/text/text.scss b/core/src/components/text/text.scss index 1f5cd74686..1d2d1413af 100644 --- a/core/src/components/text/text.scss +++ b/core/src/components/text/text.scss @@ -3,8 +3,6 @@ // Text // -------------------------------------------------- -:host { - --ion-color-base: currentColor; - - color: #{current-color(base)}; +:host(.ion-color) { + color: current-color(base); }