From eaab944fb97b2c287f79500544a8bb76ad601352 Mon Sep 17 00:00:00 2001 From: Francis Gyimah Date: Mon, 3 Feb 2025 15:55:48 +0000 Subject: [PATCH] [DEV-19087] Removed redundant duplicate mixin --- components/ContactCard/ContactCard.module.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/components/ContactCard/ContactCard.module.scss b/components/ContactCard/ContactCard.module.scss index d0601c03..1c34a0b7 100644 --- a/components/ContactCard/ContactCard.module.scss +++ b/components/ContactCard/ContactCard.module.scss @@ -57,24 +57,15 @@ align-items: center; gap: $spacing-1; overflow: hidden; - - .linkGroup.social & { - color: $color-base-600; - } } .linkText { - @include text-label; - @include link-primary; - overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .icon { - @include link-primary; - width: 1rem; height: 1rem; flex-shrink: 0;