From 630848ae5ccd4aea98c6bb36def0d424ccce1318 Mon Sep 17 00:00:00 2001 From: Evgeniy Date: Wed, 10 Mar 2021 16:56:03 +0200 Subject: [PATCH] chore(): remove duplicate --color definition in ion-item (#23030) --- core/src/components/item/item.md.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/components/item/item.md.scss b/core/src/components/item/item.md.scss index af1b4d5e11..cee199c05e 100644 --- a/core/src/components/item/item.md.scss +++ b/core/src/components/item/item.md.scss @@ -18,7 +18,6 @@ --color: #{$item-md-color}; --transition: opacity 15ms linear, background-color 15ms linear; --padding-start: #{$item-md-padding-start}; - --color: #{$item-md-color}; --border-color: #{$item-md-border-bottom-color}; --inner-padding-end: #{$item-md-padding-end}; --inner-border-width: #{0 0 $item-md-border-bottom-width 0};