From 1c1deb4596b5d6c13d91c92c9bb19b7cc33af0f7 Mon Sep 17 00:00:00 2001
From: Martin Leblanc <m26lebla@uwaterloo.ca>
Date: Thu, 6 Mar 2025 13:45:26 -0500
Subject: [PATCH] ISTWCMS-6993: Remove the testing code background colors

---
 .../content-grid-list/_content-grid-list.scss | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/src/patterns/04-components/content-grid-list/_content-grid-list.scss b/src/patterns/04-components/content-grid-list/_content-grid-list.scss
index ab0baf87..bb6f3156 100644
--- a/src/patterns/04-components/content-grid-list/_content-grid-list.scss
+++ b/src/patterns/04-components/content-grid-list/_content-grid-list.scss
@@ -49,25 +49,6 @@
        align-self: inherit;
       }
     }
-    .contact & {
-      display: block;
-
-      &.uw-content--grid-list__layout-has-style {
-        background: green;
-      }
-
-      &-name-focused {
-        background: blue;
-      }
-
-      &-title-focused {
-        background: orange;
-      }
-
-      &-default {
-        background: red;
-      }
-    }
     &.uw-content--grid-list__layout-has-style {
       &:not(&.uw-content--grid-list__layout-default,&.uw-content--grid-list__layout-uw-agenda){
         display: flex;
-- 
GitLab